Interface Messages.TestStepStartedOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Messages.TestStepStarted, Messages.TestStepStarted.Builder
    Enclosing class:
    Messages

    public static interface Messages.TestStepStartedOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasTimestamp

        boolean hasTimestamp()
        .io.cucumber.messages.Timestamp timestamp = 1;
      • getTimestamp

        Messages.Timestamp getTimestamp()
        .io.cucumber.messages.Timestamp timestamp = 1;
      • getTestStepId

        String getTestStepId()
        string test_step_id = 2;
      • getTestStepIdBytes

        com.google.protobuf.ByteString getTestStepIdBytes()
        string test_step_id = 2;
      • getTestCaseStartedId

        String getTestCaseStartedId()
        string test_case_started_id = 3;
      • getTestCaseStartedIdBytes

        com.google.protobuf.ByteString getTestCaseStartedIdBytes()
        string test_case_started_id = 3;