Package io.cucumber.messages
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTestCaseStartedId()string test_case_started_id = 3;com.google.protobuf.ByteStringgetTestCaseStartedIdBytes()string test_case_started_id = 3;StringgetTestStepId()string test_step_id = 2;com.google.protobuf.ByteStringgetTestStepIdBytes()string test_step_id = 2;Messages.TimestampgetTimestamp().io.cucumber.messages.Timestamp timestamp = 1;Messages.TimestampOrBuildergetTimestampOrBuilder().io.cucumber.messages.Timestamp timestamp = 1;booleanhasTimestamp().io.cucumber.messages.Timestamp timestamp = 1;-
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;
-
getTimestampOrBuilder
Messages.TimestampOrBuilder getTimestampOrBuilder()
.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;
-
-