Package io.cucumber.messages
Interface Messages.TestCase.TestStepOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.TestCase.TestStep,Messages.TestCase.TestStep.Builder
- Enclosing class:
- Messages.TestCase
public static interface Messages.TestCase.TestStepOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHookId()Pointer to the `Hook` (if derived from a Hook)com.google.protobuf.ByteStringgetHookIdBytes()Pointer to the `Hook` (if derived from a Hook)StringgetId()string id = 1;com.google.protobuf.ByteStringgetIdBytes()string id = 1;StringgetPickleStepId()Pointer to the `PickleStep` (if derived from a PickleStep)com.google.protobuf.ByteStringgetPickleStepIdBytes()Pointer to the `PickleStep` (if derived from a PickleStep)StringgetStepDefinitionIds(int index)Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)com.google.protobuf.ByteStringgetStepDefinitionIdsBytes(int index)Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)intgetStepDefinitionIdsCount()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.StepMatchArgumentsListgetStepMatchArgumentsLists(int index)A list of list of StepMatchArgument (if derived from a `StepDefinition`).intgetStepMatchArgumentsListsCount()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.StepMatchArgumentsListOrBuildergetStepMatchArgumentsListsOrBuilder(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`).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
string id = 1;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1;
-
getPickleStepId
String getPickleStepId()
Pointer to the `PickleStep` (if derived from a PickleStep)
string pickle_step_id = 2;
-
getPickleStepIdBytes
com.google.protobuf.ByteString getPickleStepIdBytes()
Pointer to the `PickleStep` (if derived from a PickleStep)
string pickle_step_id = 2;
-
getStepDefinitionIdsList
List<String> getStepDefinitionIdsList()
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;
-
getStepDefinitionIdsCount
int getStepDefinitionIdsCount()
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;
-
getStepDefinitionIds
String getStepDefinitionIds(int index)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;
-
getStepDefinitionIdsBytes
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;
-
getStepMatchArgumentsListsList
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;
-
getStepMatchArgumentsLists
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;
-
getStepMatchArgumentsListsCount
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;
-
getStepMatchArgumentsListsOrBuilderList
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;
-
getStepMatchArgumentsListsOrBuilder
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;
-
getHookId
String getHookId()
Pointer to the `Hook` (if derived from a Hook)
string hook_id = 5;
-
getHookIdBytes
com.google.protobuf.ByteString getHookIdBytes()
Pointer to the `Hook` (if derived from a Hook)
string hook_id = 5;
-
-