public class UnknownScenario extends NamedScenario
| Constructor and Description |
|---|
UnknownScenario() |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
asExampleTable()
Return the example table part of the scenario outline
|
Optional<String> |
asExampleTable(ScenarioDisplayOption displayOption)
Return the example table part of the scenario outline
|
Optional<String> |
asGivenWhenThen() |
Optional<String> |
asGivenWhenThen(ScenarioDisplayOption displayOption)
Return the Given..When..Then part of the scenario
|
forScenarioDefinition, withNoMatchingScenariopublic Optional<String> asGivenWhenThen(ScenarioDisplayOption displayOption)
NamedScenarioasGivenWhenThen in class NamedScenariopublic Optional<String> asGivenWhenThen()
asGivenWhenThen in class NamedScenariopublic Optional<String> asExampleTable()
NamedScenarioasExampleTable in class NamedScenariopublic Optional<String> asExampleTable(ScenarioDisplayOption displayOption)
NamedScenarioasExampleTable in class NamedScenarioCopyright © 2023. All rights reserved.