public static final class Messages.TestCase.TestStep.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder> implements Messages.TestCase.TestStepOrBuilder
A `TestStep` is derived from either a `PickleStep` combined with a `StepDefinition`, or from a `Hook`.Protobuf type
io.cucumber.messages.TestCase.TestStep| Modifier and Type | Method and Description |
|---|---|
Messages.TestCase.TestStep.Builder |
addAllStepDefinitionIds(Iterable<String> values)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
|
Messages.TestCase.TestStep.Builder |
addAllStepMatchArgumentsLists(Iterable<? extends Messages.TestCase.TestStep.StepMatchArgumentsList> values)
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
Messages.TestCase.TestStep.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Messages.TestCase.TestStep.Builder |
addStepDefinitionIds(String value)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
|
Messages.TestCase.TestStep.Builder |
addStepDefinitionIdsBytes(com.google.protobuf.ByteString value)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
|
Messages.TestCase.TestStep.Builder |
addStepMatchArgumentsLists(int index,
Messages.TestCase.TestStep.StepMatchArgumentsList.Builder builderForValue)
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
Messages.TestCase.TestStep.Builder |
addStepMatchArgumentsLists(int index,
Messages.TestCase.TestStep.StepMatchArgumentsList value)
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
Messages.TestCase.TestStep.Builder |
addStepMatchArgumentsLists(Messages.TestCase.TestStep.StepMatchArgumentsList.Builder builderForValue)
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
Messages.TestCase.TestStep.Builder |
addStepMatchArgumentsLists(Messages.TestCase.TestStep.StepMatchArgumentsList value)
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
Messages.TestCase.TestStep.StepMatchArgumentsList.Builder |
addStepMatchArgumentsListsBuilder()
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
Messages.TestCase.TestStep.StepMatchArgumentsList.Builder |
addStepMatchArgumentsListsBuilder(int index)
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
Messages.TestCase.TestStep |
build() |
Messages.TestCase.TestStep |
buildPartial() |
Messages.TestCase.TestStep.Builder |
clear() |
Messages.TestCase.TestStep.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Messages.TestCase.TestStep.Builder |
clearHookId()
Pointer to the `Hook` (if derived from a Hook)
|
Messages.TestCase.TestStep.Builder |
clearId()
string id = 1; |
Messages.TestCase.TestStep.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Messages.TestCase.TestStep.Builder |
clearPickleStepId()
Pointer to the `PickleStep` (if derived from a PickleStep)
|
Messages.TestCase.TestStep.Builder |
clearStepDefinitionIds()
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
|
Messages.TestCase.TestStep.Builder |
clearStepMatchArgumentsLists()
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
Messages.TestCase.TestStep.Builder |
clone() |
Messages.TestCase.TestStep |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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)
|
com.google.protobuf.ProtocolStringList |
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`).
|
Messages.TestCase.TestStep.StepMatchArgumentsList.Builder |
getStepMatchArgumentsListsBuilder(int index)
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
List<Messages.TestCase.TestStep.StepMatchArgumentsList.Builder> |
getStepMatchArgumentsListsBuilderList()
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`).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Messages.TestCase.TestStep.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Messages.TestCase.TestStep.Builder |
mergeFrom(com.google.protobuf.Message other) |
Messages.TestCase.TestStep.Builder |
mergeFrom(Messages.TestCase.TestStep other) |
Messages.TestCase.TestStep.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Messages.TestCase.TestStep.Builder |
removeStepMatchArgumentsLists(int index)
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
Messages.TestCase.TestStep.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Messages.TestCase.TestStep.Builder |
setHookId(String value)
Pointer to the `Hook` (if derived from a Hook)
|
Messages.TestCase.TestStep.Builder |
setHookIdBytes(com.google.protobuf.ByteString value)
Pointer to the `Hook` (if derived from a Hook)
|
Messages.TestCase.TestStep.Builder |
setId(String value)
string id = 1; |
Messages.TestCase.TestStep.Builder |
setIdBytes(com.google.protobuf.ByteString value)
string id = 1; |
Messages.TestCase.TestStep.Builder |
setPickleStepId(String value)
Pointer to the `PickleStep` (if derived from a PickleStep)
|
Messages.TestCase.TestStep.Builder |
setPickleStepIdBytes(com.google.protobuf.ByteString value)
Pointer to the `PickleStep` (if derived from a PickleStep)
|
Messages.TestCase.TestStep.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Messages.TestCase.TestStep.Builder |
setStepDefinitionIds(int index,
String value)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
|
Messages.TestCase.TestStep.Builder |
setStepMatchArgumentsLists(int index,
Messages.TestCase.TestStep.StepMatchArgumentsList.Builder builderForValue)
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
Messages.TestCase.TestStep.Builder |
setStepMatchArgumentsLists(int index,
Messages.TestCase.TestStep.StepMatchArgumentsList value)
A list of list of StepMatchArgument (if derived from a `StepDefinition`).
|
Messages.TestCase.TestStep.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>public Messages.TestCase.TestStep.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>public Messages.TestCase.TestStep getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Messages.TestCase.TestStep build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Messages.TestCase.TestStep buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Messages.TestCase.TestStep.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>public Messages.TestCase.TestStep.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>public Messages.TestCase.TestStep.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>public Messages.TestCase.TestStep.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>public Messages.TestCase.TestStep.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>public Messages.TestCase.TestStep.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>public Messages.TestCase.TestStep.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Messages.TestCase.TestStep.Builder>public Messages.TestCase.TestStep.Builder mergeFrom(Messages.TestCase.TestStep other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>public Messages.TestCase.TestStep.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Messages.TestCase.TestStep.Builder>IOExceptionpublic String getId()
string id = 1;getId in interface Messages.TestCase.TestStepOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
string id = 1;getIdBytes in interface Messages.TestCase.TestStepOrBuilderpublic Messages.TestCase.TestStep.Builder setId(String value)
string id = 1;public Messages.TestCase.TestStep.Builder clearId()
string id = 1;public Messages.TestCase.TestStep.Builder setIdBytes(com.google.protobuf.ByteString value)
string id = 1;public String getPickleStepId()
Pointer to the `PickleStep` (if derived from a PickleStep)
string pickle_step_id = 2;getPickleStepId in interface Messages.TestCase.TestStepOrBuilderpublic com.google.protobuf.ByteString getPickleStepIdBytes()
Pointer to the `PickleStep` (if derived from a PickleStep)
string pickle_step_id = 2;getPickleStepIdBytes in interface Messages.TestCase.TestStepOrBuilderpublic Messages.TestCase.TestStep.Builder setPickleStepId(String value)
Pointer to the `PickleStep` (if derived from a PickleStep)
string pickle_step_id = 2;public Messages.TestCase.TestStep.Builder clearPickleStepId()
Pointer to the `PickleStep` (if derived from a PickleStep)
string pickle_step_id = 2;public Messages.TestCase.TestStep.Builder setPickleStepIdBytes(com.google.protobuf.ByteString value)
Pointer to the `PickleStep` (if derived from a PickleStep)
string pickle_step_id = 2;public com.google.protobuf.ProtocolStringList getStepDefinitionIdsList()
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;getStepDefinitionIdsList in interface Messages.TestCase.TestStepOrBuilderpublic int getStepDefinitionIdsCount()
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;getStepDefinitionIdsCount in interface Messages.TestCase.TestStepOrBuilderpublic String getStepDefinitionIds(int index)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;getStepDefinitionIds in interface Messages.TestCase.TestStepOrBuilderpublic 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;getStepDefinitionIdsBytes in interface Messages.TestCase.TestStepOrBuilderpublic Messages.TestCase.TestStep.Builder setStepDefinitionIds(int index, String value)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;public Messages.TestCase.TestStep.Builder addStepDefinitionIds(String value)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;public Messages.TestCase.TestStep.Builder addAllStepDefinitionIds(Iterable<String> values)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;public Messages.TestCase.TestStep.Builder clearStepDefinitionIds()
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;public Messages.TestCase.TestStep.Builder addStepDefinitionIdsBytes(com.google.protobuf.ByteString value)
Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
repeated string step_definition_ids = 3;public 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;getStepMatchArgumentsListsList in interface Messages.TestCase.TestStepOrBuilderpublic 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;getStepMatchArgumentsListsCount in interface Messages.TestCase.TestStepOrBuilderpublic 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;getStepMatchArgumentsLists in interface Messages.TestCase.TestStepOrBuilderpublic Messages.TestCase.TestStep.Builder setStepMatchArgumentsLists(int index, Messages.TestCase.TestStep.StepMatchArgumentsList value)
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;public Messages.TestCase.TestStep.Builder setStepMatchArgumentsLists(int index, Messages.TestCase.TestStep.StepMatchArgumentsList.Builder builderForValue)
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;public Messages.TestCase.TestStep.Builder addStepMatchArgumentsLists(Messages.TestCase.TestStep.StepMatchArgumentsList value)
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;public Messages.TestCase.TestStep.Builder addStepMatchArgumentsLists(int index, Messages.TestCase.TestStep.StepMatchArgumentsList value)
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;public Messages.TestCase.TestStep.Builder addStepMatchArgumentsLists(Messages.TestCase.TestStep.StepMatchArgumentsList.Builder builderForValue)
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;public Messages.TestCase.TestStep.Builder addStepMatchArgumentsLists(int index, Messages.TestCase.TestStep.StepMatchArgumentsList.Builder builderForValue)
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;public Messages.TestCase.TestStep.Builder addAllStepMatchArgumentsLists(Iterable<? extends Messages.TestCase.TestStep.StepMatchArgumentsList> values)
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;public Messages.TestCase.TestStep.Builder clearStepMatchArgumentsLists()
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;public Messages.TestCase.TestStep.Builder removeStepMatchArgumentsLists(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;public Messages.TestCase.TestStep.StepMatchArgumentsList.Builder getStepMatchArgumentsListsBuilder(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;public 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;getStepMatchArgumentsListsOrBuilder in interface Messages.TestCase.TestStepOrBuilderpublic 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;getStepMatchArgumentsListsOrBuilderList in interface Messages.TestCase.TestStepOrBuilderpublic Messages.TestCase.TestStep.StepMatchArgumentsList.Builder addStepMatchArgumentsListsBuilder()
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;public Messages.TestCase.TestStep.StepMatchArgumentsList.Builder addStepMatchArgumentsListsBuilder(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;public List<Messages.TestCase.TestStep.StepMatchArgumentsList.Builder> getStepMatchArgumentsListsBuilderList()
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;public String getHookId()
Pointer to the `Hook` (if derived from a Hook)
string hook_id = 5;getHookId in interface Messages.TestCase.TestStepOrBuilderpublic com.google.protobuf.ByteString getHookIdBytes()
Pointer to the `Hook` (if derived from a Hook)
string hook_id = 5;getHookIdBytes in interface Messages.TestCase.TestStepOrBuilderpublic Messages.TestCase.TestStep.Builder setHookId(String value)
Pointer to the `Hook` (if derived from a Hook)
string hook_id = 5;public Messages.TestCase.TestStep.Builder clearHookId()
Pointer to the `Hook` (if derived from a Hook)
string hook_id = 5;public Messages.TestCase.TestStep.Builder setHookIdBytes(com.google.protobuf.ByteString value)
Pointer to the `Hook` (if derived from a Hook)
string hook_id = 5;public final Messages.TestCase.TestStep.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>public final Messages.TestCase.TestStep.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>Copyright © 2020. All rights reserved.