Package io.cucumber.messages
Interface Messages.TestCaseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.TestCase,Messages.TestCase.Builder
- Enclosing class:
- Messages
public static interface Messages.TestCaseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()string id = 1;com.google.protobuf.ByteStringgetIdBytes()string id = 1;StringgetPickleId()The ID of the `Pickle` this `TestCase` is derived from.com.google.protobuf.ByteStringgetPickleIdBytes()The ID of the `Pickle` this `TestCase` is derived from.Messages.TestCase.TestStepgetTestSteps(int index)repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;intgetTestStepsCount()repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;List<Messages.TestCase.TestStep>getTestStepsList()repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;Messages.TestCase.TestStepOrBuildergetTestStepsOrBuilder(int index)repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;List<? extends Messages.TestCase.TestStepOrBuilder>getTestStepsOrBuilderList()repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;-
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;
-
getPickleId
String getPickleId()
The ID of the `Pickle` this `TestCase` is derived from.
string pickle_id = 2;
-
getPickleIdBytes
com.google.protobuf.ByteString getPickleIdBytes()
The ID of the `Pickle` this `TestCase` is derived from.
string pickle_id = 2;
-
getTestStepsList
List<Messages.TestCase.TestStep> getTestStepsList()
repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;
-
getTestSteps
Messages.TestCase.TestStep getTestSteps(int index)
repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;
-
getTestStepsCount
int getTestStepsCount()
repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;
-
getTestStepsOrBuilderList
List<? extends Messages.TestCase.TestStepOrBuilder> getTestStepsOrBuilderList()
repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;
-
getTestStepsOrBuilder
Messages.TestCase.TestStepOrBuilder getTestStepsOrBuilder(int index)
repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;
-
-