Package io.cucumber.messages
Interface Messages.TestStepFinishedOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.TestStepFinished,Messages.TestStepFinished.Builder
- Enclosing class:
- Messages
public static interface Messages.TestStepFinishedOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTestCaseStartedId()string test_case_started_id = 4;com.google.protobuf.ByteStringgetTestCaseStartedIdBytes()string test_case_started_id = 4;StringgetTestStepId()string test_step_id = 3;com.google.protobuf.ByteStringgetTestStepIdBytes()string test_step_id = 3;Messages.TestStepFinished.TestStepResultgetTestStepResult().io.cucumber.messages.TestStepFinished.TestStepResult test_step_result = 1;Messages.TestStepFinished.TestStepResultOrBuildergetTestStepResultOrBuilder().io.cucumber.messages.TestStepFinished.TestStepResult test_step_result = 1;Messages.TimestampgetTimestamp().io.cucumber.messages.Timestamp timestamp = 2;Messages.TimestampOrBuildergetTimestampOrBuilder().io.cucumber.messages.Timestamp timestamp = 2;booleanhasTestStepResult().io.cucumber.messages.TestStepFinished.TestStepResult test_step_result = 1;booleanhasTimestamp().io.cucumber.messages.Timestamp timestamp = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTestStepResult
boolean hasTestStepResult()
.io.cucumber.messages.TestStepFinished.TestStepResult test_step_result = 1;
-
getTestStepResult
Messages.TestStepFinished.TestStepResult getTestStepResult()
.io.cucumber.messages.TestStepFinished.TestStepResult test_step_result = 1;
-
getTestStepResultOrBuilder
Messages.TestStepFinished.TestStepResultOrBuilder getTestStepResultOrBuilder()
.io.cucumber.messages.TestStepFinished.TestStepResult test_step_result = 1;
-
hasTimestamp
boolean hasTimestamp()
.io.cucumber.messages.Timestamp timestamp = 2;
-
getTimestamp
Messages.Timestamp getTimestamp()
.io.cucumber.messages.Timestamp timestamp = 2;
-
getTimestampOrBuilder
Messages.TimestampOrBuilder getTimestampOrBuilder()
.io.cucumber.messages.Timestamp timestamp = 2;
-
getTestStepId
String getTestStepId()
string test_step_id = 3;
-
getTestStepIdBytes
com.google.protobuf.ByteString getTestStepIdBytes()
string test_step_id = 3;
-
getTestCaseStartedId
String getTestCaseStartedId()
string test_case_started_id = 4;
-
getTestCaseStartedIdBytes
com.google.protobuf.ByteString getTestCaseStartedIdBytes()
string test_case_started_id = 4;
-
-