public static interface Messages.GherkinDocument.Feature.ScenarioOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
string description = 5; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 5; |
Messages.GherkinDocument.Feature.Scenario.Examples |
getExamples(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7; |
int |
getExamplesCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7; |
List<Messages.GherkinDocument.Feature.Scenario.Examples> |
getExamplesList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7; |
Messages.GherkinDocument.Feature.Scenario.ExamplesOrBuilder |
getExamplesOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7; |
List<? extends Messages.GherkinDocument.Feature.Scenario.ExamplesOrBuilder> |
getExamplesOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7; |
String |
getKeyword()
string keyword = 3; |
com.google.protobuf.ByteString |
getKeywordBytes()
string keyword = 3; |
Messages.Location |
getLocation()
The location of the `Scenario` keyword
|
Messages.LocationOrBuilder |
getLocationOrBuilder()
The location of the `Scenario` keyword
|
String |
getName()
string name = 4; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 4; |
Messages.GherkinDocument.Feature.Step |
getSteps(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6; |
int |
getStepsCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6; |
List<Messages.GherkinDocument.Feature.Step> |
getStepsList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6; |
Messages.GherkinDocument.Feature.StepOrBuilder |
getStepsOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6; |
List<? extends Messages.GherkinDocument.Feature.StepOrBuilder> |
getStepsOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6; |
Messages.GherkinDocument.Feature.Tag |
getTags(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2; |
int |
getTagsCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2; |
List<Messages.GherkinDocument.Feature.Tag> |
getTagsList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2; |
Messages.GherkinDocument.Feature.TagOrBuilder |
getTagsOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2; |
List<? extends Messages.GherkinDocument.Feature.TagOrBuilder> |
getTagsOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2; |
boolean |
hasLocation()
The location of the `Scenario` keyword
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocation()
The location of the `Scenario` keyword
.io.cucumber.messages.Location location = 1;Messages.Location getLocation()
The location of the `Scenario` keyword
.io.cucumber.messages.Location location = 1;Messages.LocationOrBuilder getLocationOrBuilder()
The location of the `Scenario` keyword
.io.cucumber.messages.Location location = 1;List<Messages.GherkinDocument.Feature.Tag> getTagsList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;Messages.GherkinDocument.Feature.Tag getTags(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;int getTagsCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;List<? extends Messages.GherkinDocument.Feature.TagOrBuilder> getTagsOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;Messages.GherkinDocument.Feature.TagOrBuilder getTagsOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;String getKeyword()
string keyword = 3;com.google.protobuf.ByteString getKeywordBytes()
string keyword = 3;String getName()
string name = 4;com.google.protobuf.ByteString getNameBytes()
string name = 4;String getDescription()
string description = 5;com.google.protobuf.ByteString getDescriptionBytes()
string description = 5;List<Messages.GherkinDocument.Feature.Step> getStepsList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;Messages.GherkinDocument.Feature.Step getSteps(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;int getStepsCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;List<? extends Messages.GherkinDocument.Feature.StepOrBuilder> getStepsOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;Messages.GherkinDocument.Feature.StepOrBuilder getStepsOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;List<Messages.GherkinDocument.Feature.Scenario.Examples> getExamplesList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;Messages.GherkinDocument.Feature.Scenario.Examples getExamples(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;int getExamplesCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;List<? extends Messages.GherkinDocument.Feature.Scenario.ExamplesOrBuilder> getExamplesOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;Messages.GherkinDocument.Feature.Scenario.ExamplesOrBuilder getExamplesOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;Copyright © 2019. All rights reserved.