Package io.cucumber.messages
Interface Messages.TestCaseStartedOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.TestCaseStarted,Messages.TestCaseStarted.Builder
- Enclosing class:
- Messages
public static interface Messages.TestCaseStartedOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAttempt()The first attempt should have value 0, and for each retry the value should increase by 1.StringgetId()Because a `TestCase` can be run multiple times (in case of a retry), we use this field to group messages relating to the same attempt.com.google.protobuf.ByteStringgetIdBytes()Because a `TestCase` can be run multiple times (in case of a retry), we use this field to group messages relating to the same attempt.StringgetTestCaseId()string test_case_id = 4;com.google.protobuf.ByteStringgetTestCaseIdBytes()string test_case_id = 4;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;
-
getAttempt
int getAttempt()
The first attempt should have value 0, and for each retry the value should increase by 1.
uint32 attempt = 3;
-
getTestCaseId
String getTestCaseId()
string test_case_id = 4;
-
getTestCaseIdBytes
com.google.protobuf.ByteString getTestCaseIdBytes()
string test_case_id = 4;
-
getId
String getId()
Because a `TestCase` can be run multiple times (in case of a retry), we use this field to group messages relating to the same attempt.
string id = 5;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Because a `TestCase` can be run multiple times (in case of a retry), we use this field to group messages relating to the same attempt.
string id = 5;
-
-