public static interface Messages.TestCaseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 1; |
String |
getPickleId()
The ID of the `Pickle` this `TestCase` is derived from.
|
com.google.protobuf.ByteString |
getPickleIdBytes()
The ID of the `Pickle` this `TestCase` is derived from.
|
Messages.TestCase.TestStep |
getTestSteps(int index)
repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3; |
int |
getTestStepsCount()
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.TestStepOrBuilder |
getTestStepsOrBuilder(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; |
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 getPickleId()
The ID of the `Pickle` this `TestCase` is derived from.
string pickle_id = 2;com.google.protobuf.ByteString getPickleIdBytes()
The ID of the `Pickle` this `TestCase` is derived from.
string pickle_id = 2;List<Messages.TestCase.TestStep> getTestStepsList()
repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;Messages.TestCase.TestStep getTestSteps(int index)
repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;int getTestStepsCount()
repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;List<? extends Messages.TestCase.TestStepOrBuilder> getTestStepsOrBuilderList()
repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;Messages.TestCase.TestStepOrBuilder getTestStepsOrBuilder(int index)
repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;Copyright © 2020. All rights reserved.