Uses of Class
net.thucydides.core.requirements.model.cucumber.ScenarioDisplayOption
| Package | Description |
|---|---|
| net.thucydides.core.requirements.model.cucumber |
-
Uses of ScenarioDisplayOption in net.thucydides.core.requirements.model.cucumber
Methods in net.thucydides.core.requirements.model.cucumber that return ScenarioDisplayOption Modifier and Type Method Description static ScenarioDisplayOptionScenarioDisplayOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScenarioDisplayOption[]ScenarioDisplayOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.thucydides.core.requirements.model.cucumber with parameters of type ScenarioDisplayOption Modifier and Type Method Description java.util.Optional<java.lang.String>IdentifiedExampleTable. asExampleTable(ScenarioDisplayOption withDisplayOption)java.util.Optional<java.lang.String>IdentifiedScenario. asExampleTable(ScenarioDisplayOption withDisplayOption)abstract java.util.Optional<java.lang.String>NamedExampleTable. asExampleTable(ScenarioDisplayOption displayOption)Return the example table part of the scenario outlineabstract java.util.Optional<java.lang.String>NamedScenario. asExampleTable(ScenarioDisplayOption displayOption)Return the example table part of the scenario outlinejava.util.Optional<java.lang.String>UnknownExampleTable. asExampleTable(ScenarioDisplayOption displayOption)java.util.Optional<java.lang.String>UnknownScenario. asExampleTable(ScenarioDisplayOption displayOption)java.util.Optional<java.lang.String>IdentifiedScenario. asGivenWhenThen(ScenarioDisplayOption displayOption)abstract java.util.Optional<java.lang.String>NamedScenario. asGivenWhenThen(ScenarioDisplayOption displayOption)Return the Given..When..Then part of the scenariojava.util.Optional<java.lang.String>UnknownScenario. asGivenWhenThen(ScenarioDisplayOption displayOption)java.lang.StringExampleTableInMarkdown. renderedFormOf(io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario.Examples exampleTable, int exampleRow, ScenarioDisplayOption displayOption)