public static interface Messages.TestCase.TestStep.StepMatchArgumentsList.StepMatchArgumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.TestCase.TestStep.StepMatchArgumentsList.StepMatchArgument.Group |
getGroup()
Represents the outermost capture group of an argument.
|
Messages.TestCase.TestStep.StepMatchArgumentsList.StepMatchArgument.GroupOrBuilder |
getGroupOrBuilder()
Represents the outermost capture group of an argument.
|
String |
getParameterTypeName()
string parameter_type_name = 1; |
com.google.protobuf.ByteString |
getParameterTypeNameBytes()
string parameter_type_name = 1; |
boolean |
hasGroup()
Represents the outermost capture group of an argument.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParameterTypeName()
string parameter_type_name = 1;com.google.protobuf.ByteString getParameterTypeNameBytes()
string parameter_type_name = 1;boolean hasGroup()
Represents the outermost capture group of an argument. This message closely matches the `Group` class in the `cucumber-expressions` library.
.io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList.StepMatchArgument.Group group = 2;Messages.TestCase.TestStep.StepMatchArgumentsList.StepMatchArgument.Group getGroup()
Represents the outermost capture group of an argument. This message closely matches the `Group` class in the `cucumber-expressions` library.
.io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList.StepMatchArgument.Group group = 2;Messages.TestCase.TestStep.StepMatchArgumentsList.StepMatchArgument.GroupOrBuilder getGroupOrBuilder()
Represents the outermost capture group of an argument. This message closely matches the `Group` class in the `cucumber-expressions` library.
.io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList.StepMatchArgument.Group group = 2;Copyright © 2020. All rights reserved.