public static interface Messages.TestRunFinishedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Error message.
|
com.google.protobuf.ByteString |
getMessageBytes()
Error message.
|
boolean |
getSuccess()
success = StrictModeEnabled ? (failed_count == 0 && ambiguous_count == 0 && undefined_count == 0 && pending_count == 0) : (failed_count == 0 && ambiguous_count == 0)
|
Messages.Timestamp |
getTimestamp()
Timestamp when the TestRun is finished
|
Messages.TimestampOrBuilder |
getTimestampOrBuilder()
Timestamp when the TestRun is finished
|
boolean |
hasTimestamp()
Timestamp when the TestRun is finished
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getSuccess()
success = StrictModeEnabled ? (failed_count == 0 && ambiguous_count == 0 && undefined_count == 0 && pending_count == 0) : (failed_count == 0 && ambiguous_count == 0)
bool success = 1;boolean hasTimestamp()
Timestamp when the TestRun is finished
.io.cucumber.messages.Timestamp timestamp = 2;Messages.Timestamp getTimestamp()
Timestamp when the TestRun is finished
.io.cucumber.messages.Timestamp timestamp = 2;Messages.TimestampOrBuilder getTimestampOrBuilder()
Timestamp when the TestRun is finished
.io.cucumber.messages.Timestamp timestamp = 2;String getMessage()
Error message. Can be a stack trace from a failed `BeforeAll` or `AfterAll`. If there are undefined parameter types, the message is simply "The following parameter type(s() are not defined: xxx, yyy". The independent `UndefinedParameterType` messages can be used to generate snippets for those parameter types.
string message = 3;com.google.protobuf.ByteString getMessageBytes()
Error message. Can be a stack trace from a failed `BeforeAll` or `AfterAll`. If there are undefined parameter types, the message is simply "The following parameter type(s() are not defined: xxx, yyy". The independent `UndefinedParameterType` messages can be used to generate snippets for those parameter types.
string message = 3;Copyright © 2020. All rights reserved.