Uses of Enum
net.thucydides.core.requirements.model.cucumber.ScenarioDisplayOption
Packages that use ScenarioDisplayOption
-
Uses of ScenarioDisplayOption in net.thucydides.core.requirements.model.cucumber
Methods in net.thucydides.core.requirements.model.cucumber that return ScenarioDisplayOptionModifier and TypeMethodDescriptionstatic ScenarioDisplayOptionReturns 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 ScenarioDisplayOptionModifier and TypeMethodDescriptionIdentifiedExampleTable.asExampleTable(ScenarioDisplayOption withDisplayOption) IdentifiedScenario.asExampleTable(ScenarioDisplayOption withDisplayOption) NamedExampleTable.asExampleTable(ScenarioDisplayOption displayOption) Return the example table part of the scenario outlineNamedScenario.asExampleTable(ScenarioDisplayOption displayOption) Return the example table part of the scenario outlineUnknownExampleTable.asExampleTable(ScenarioDisplayOption displayOption) UnknownScenario.asExampleTable(ScenarioDisplayOption displayOption) IdentifiedScenario.asGivenWhenThen(ScenarioDisplayOption displayOption) NamedScenario.asGivenWhenThen(ScenarioDisplayOption displayOption) Return the Given..When..Then part of the scenarioUnknownScenario.asGivenWhenThen(ScenarioDisplayOption displayOption) ExampleTableInMarkdown.renderedFormOf(io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario.Examples exampleTable, int exampleRow, ScenarioDisplayOption displayOption)