Class UnknownScenario
java.lang.Object
net.thucydides.core.requirements.model.cucumber.NamedScenario
net.thucydides.core.requirements.model.cucumber.UnknownScenario
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the example table part of the scenario outlineasExampleTable(ScenarioDisplayOption displayOption) Return the example table part of the scenario outlineasGivenWhenThen(ScenarioDisplayOption displayOption) Return the Given..When..Then part of the scenarioMethods inherited from class net.thucydides.core.requirements.model.cucumber.NamedScenario
forScenarioDefinition, withNoMatchingScenario
-
Constructor Details
-
UnknownScenario
public UnknownScenario()
-
-
Method Details
-
asGivenWhenThen
Description copied from class:NamedScenarioReturn the Given..When..Then part of the scenario- Specified by:
asGivenWhenThenin classNamedScenario
-
asGivenWhenThen
- Specified by:
asGivenWhenThenin classNamedScenario
-
asExampleTable
Description copied from class:NamedScenarioReturn the example table part of the scenario outline- Specified by:
asExampleTablein classNamedScenario
-
asExampleTable
Description copied from class:NamedScenarioReturn the example table part of the scenario outline- Specified by:
asExampleTablein classNamedScenario
-