| Package | Description |
|---|---|
| net.thucydides.core.requirements.model.cucumber |
| Modifier and Type | Method and Description |
|---|---|
static ScenarioDisplayOption |
ScenarioDisplayOption.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
UnknownScenario.asExampleTable(ScenarioDisplayOption displayOption) |
Optional<String> |
IdentifiedScenario.asExampleTable(ScenarioDisplayOption withDisplayOption) |
Optional<String> |
IdentifiedExampleTable.asExampleTable(ScenarioDisplayOption withDisplayOption) |
abstract Optional<String> |
NamedScenario.asExampleTable(ScenarioDisplayOption displayOption)
Return the example table part of the scenario outline
|
Optional<String> |
UnknownExampleTable.asExampleTable(ScenarioDisplayOption displayOption) |
abstract Optional<String> |
NamedExampleTable.asExampleTable(ScenarioDisplayOption displayOption)
Return the example table part of the scenario outline
|
Optional<String> |
UnknownScenario.asGivenWhenThen(ScenarioDisplayOption displayOption) |
Optional<String> |
IdentifiedScenario.asGivenWhenThen(ScenarioDisplayOption displayOption) |
abstract Optional<String> |
NamedScenario.asGivenWhenThen(ScenarioDisplayOption displayOption)
Return the Given..When..Then part of the scenario
|
String |
ExampleTableInMarkdown.renderedFormOf(io.cucumber.messages.types.Examples exampleTable,
int exampleRow,
ScenarioDisplayOption displayOption) |
Copyright © 2023. All rights reserved.