public static interface Messages.TestCaseStartedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAttempt()
The first attempt should have value 0, and for each retry the value
should increase by 1.
|
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.
|
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 |
getTestCaseId()
string test_case_id = 4; |
com.google.protobuf.ByteString |
getTestCaseIdBytes()
string test_case_id = 4; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTimestamp()
.io.cucumber.messages.Timestamp timestamp = 1;Messages.Timestamp getTimestamp()
.io.cucumber.messages.Timestamp timestamp = 1;Messages.TimestampOrBuilder getTimestampOrBuilder()
.io.cucumber.messages.Timestamp timestamp = 1;int getAttempt()
The first attempt should have value 0, and for each retry the value should increase by 1.
uint32 attempt = 3;String getTestCaseId()
string test_case_id = 4;com.google.protobuf.ByteString getTestCaseIdBytes()
string test_case_id = 4;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;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;Copyright © 2020. All rights reserved.