public static interface Messages.TestCase.TestStepOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHookId()
Pointer to the `Hook` (if derived from a Hook)
|
com.google.protobuf.ByteString |
getHookIdBytes()
Pointer to the `Hook` (if derived from a Hook)
|
String |
getId()
string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 1; |
String |
getPickleStepId()
Pointer to the `PickleStep` (if derived from a PickleStep)
|
com.google.protobuf.ByteString |
getPickleStepIdBytes()
Pointer to the `PickleStep` (if derived from a PickleStep)
|
String |
getStepDefinitionIds(int index)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
|
com.google.protobuf.ByteString |
getStepDefinitionIdsBytes(int index)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
|
int |
getStepDefinitionIdsCount()
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
|
List<String> |
getStepDefinitionIdsList()
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
|
Messages.TestCase.TestStep.StepMatchArgumentsList |
getStepMatchArgumentsLists(int index)
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
int |
getStepMatchArgumentsListsCount()
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
List<Messages.TestCase.TestStep.StepMatchArgumentsList> |
getStepMatchArgumentsListsList()
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
Messages.TestCase.TestStep.StepMatchArgumentsListOrBuilder |
getStepMatchArgumentsListsOrBuilder(int index)
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
List<? extends Messages.TestCase.TestStep.StepMatchArgumentsListOrBuilder> |
getStepMatchArgumentsListsOrBuilderList()
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
string id = 1;com.google.protobuf.ByteString getIdBytes()
string id = 1;String getPickleStepId()
Pointer to the `PickleStep` (if derived from a PickleStep)
string pickle_step_id = 2;com.google.protobuf.ByteString getPickleStepIdBytes()
Pointer to the `PickleStep` (if derived from a PickleStep)
string pickle_step_id = 2;List<String> getStepDefinitionIdsList()
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;int getStepDefinitionIdsCount()
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;String getStepDefinitionIds(int index)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;com.google.protobuf.ByteString getStepDefinitionIdsBytes(int index)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;List<Messages.TestCase.TestStep.StepMatchArgumentsList> getStepMatchArgumentsListsList()
A list of list of StepMatchArgument (if derived from a `StepDefinition`). Each element represents a matching step definition. A size of 0 means `UNDEFINED`, and a size of 2+ means `AMBIGUOUS`
repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;Messages.TestCase.TestStep.StepMatchArgumentsList getStepMatchArgumentsLists(int index)
A list of list of StepMatchArgument (if derived from a `StepDefinition`). Each element represents a matching step definition. A size of 0 means `UNDEFINED`, and a size of 2+ means `AMBIGUOUS`
repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;int getStepMatchArgumentsListsCount()
A list of list of StepMatchArgument (if derived from a `StepDefinition`). Each element represents a matching step definition. A size of 0 means `UNDEFINED`, and a size of 2+ means `AMBIGUOUS`
repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;List<? extends Messages.TestCase.TestStep.StepMatchArgumentsListOrBuilder> getStepMatchArgumentsListsOrBuilderList()
A list of list of StepMatchArgument (if derived from a `StepDefinition`). Each element represents a matching step definition. A size of 0 means `UNDEFINED`, and a size of 2+ means `AMBIGUOUS`
repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;Messages.TestCase.TestStep.StepMatchArgumentsListOrBuilder getStepMatchArgumentsListsOrBuilder(int index)
A list of list of StepMatchArgument (if derived from a `StepDefinition`). Each element represents a matching step definition. A size of 0 means `UNDEFINED`, and a size of 2+ means `AMBIGUOUS`
repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;String getHookId()
Pointer to the `Hook` (if derived from a Hook)
string hook_id = 5;com.google.protobuf.ByteString getHookIdBytes()
Pointer to the `Hook` (if derived from a Hook)
string hook_id = 5;Copyright © 2020. All rights reserved.