Class NamedExampleTable
java.lang.Object
net.thucydides.model.requirements.model.cucumber.NamedExampleTable
- Direct Known Subclasses:
IdentifiedExampleTable,UnknownExampleTable
-
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 outlinestatic NamedExampleTableforScenarioDefinition(io.cucumber.messages.types.Feature feature, Optional<io.cucumber.messages.types.Scenario> scenarioDefinition, String exampleName) static NamedExampleTable
-
Constructor Details
-
NamedExampleTable
public NamedExampleTable()
-
-
Method Details
-
forScenarioDefinition
public static NamedExampleTable forScenarioDefinition(io.cucumber.messages.types.Feature feature, Optional<io.cucumber.messages.types.Scenario> scenarioDefinition, String exampleName) -
withNoMatchingScenario
-
asExampleTable
Return the example table part of the scenario outline -
asExampleTable
Return the example table part of the scenario outline
-