Class IdentifiedScenario
java.lang.Object
net.thucydides.core.requirements.model.cucumber.NamedScenario
net.thucydides.core.requirements.model.cucumber.IdentifiedScenario
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIdentifiedScenario(io.cucumber.messages.Messages.GherkinDocument.Feature feature, io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario scenarioDefinition) -
Method Summary
Modifier and TypeMethodDescriptionReturn the example table part of the scenario outlineasExampleTable(ScenarioDisplayOption withDisplayOption) 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
-
IdentifiedScenario
protected IdentifiedScenario(io.cucumber.messages.Messages.GherkinDocument.Feature feature, io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario scenarioDefinition)
-
-
Method Details
-
asGivenWhenThen
- Specified by:
asGivenWhenThenin classNamedScenario
-
asGivenWhenThen
Description copied from class:NamedScenarioReturn the Given..When..Then part of the scenario- 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
-