Class NamedExampleTable
java.lang.Object
net.thucydides.core.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.Messages.GherkinDocument.Feature feature, io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario scenarioDefinition, String exampleName) static NamedExampleTable
-
Constructor Details
-
NamedExampleTable
public NamedExampleTable()
-
-
Method Details
-
forScenarioDefinition
public static NamedExampleTable forScenarioDefinition(io.cucumber.messages.Messages.GherkinDocument.Feature feature, io.cucumber.messages.Messages.GherkinDocument.Feature.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
-