Interface Messages.TestCaseFinishedOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTestCaseStartedId()
      string test_case_started_id = 3;
      com.google.protobuf.ByteString getTestCaseStartedIdBytes()
      string test_case_started_id = 3;
      Messages.Timestamp getTimestamp()
      .io.cucumber.messages.Timestamp timestamp = 1;
      Messages.TimestampOrBuilder getTimestampOrBuilder()
      .io.cucumber.messages.Timestamp timestamp = 1;
      boolean hasTimestamp()
      .io.cucumber.messages.Timestamp timestamp = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasTimestamp

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

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

        String getTestCaseStartedId()
        string test_case_started_id = 3;
      • getTestCaseStartedIdBytes

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