public static interface Messages.CommandActionCompleteOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCompletedId()
string completedId = 1; |
com.google.protobuf.ByteString |
getCompletedIdBytes()
string completedId = 1; |
Messages.CommandActionComplete.ResultCase |
getResultCase() |
String |
getSnippet()
Used for response to CommandGenerateSnippet
|
com.google.protobuf.ByteString |
getSnippetBytes()
Used for response to CommandGenerateSnippet
|
Messages.TestResult |
getTestResult()
Used for responses to CommandRunBeforeTestCaseHook / CommandRunTestStep / CommandRunAfterTestCaseHook
|
Messages.TestResultOrBuilder |
getTestResultOrBuilder()
Used for responses to CommandRunBeforeTestCaseHook / CommandRunTestStep / CommandRunAfterTestCaseHook
|
boolean |
hasTestResult()
Used for responses to CommandRunBeforeTestCaseHook / CommandRunTestStep / CommandRunAfterTestCaseHook
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCompletedId()
string completedId = 1;com.google.protobuf.ByteString getCompletedIdBytes()
string completedId = 1;boolean hasTestResult()
Used for responses to CommandRunBeforeTestCaseHook / CommandRunTestStep / CommandRunAfterTestCaseHook
.io.cucumber.messages.TestResult testResult = 2;Messages.TestResult getTestResult()
Used for responses to CommandRunBeforeTestCaseHook / CommandRunTestStep / CommandRunAfterTestCaseHook
.io.cucumber.messages.TestResult testResult = 2;Messages.TestResultOrBuilder getTestResultOrBuilder()
Used for responses to CommandRunBeforeTestCaseHook / CommandRunTestStep / CommandRunAfterTestCaseHook
.io.cucumber.messages.TestResult testResult = 2;String getSnippet()
Used for response to CommandGenerateSnippet
string snippet = 3;com.google.protobuf.ByteString getSnippetBytes()
Used for response to CommandGenerateSnippet
string snippet = 3;Messages.CommandActionComplete.ResultCase getResultCase()
Copyright © 2019. All rights reserved.