Class IdentifiedExampleTable
java.lang.Object
net.thucydides.core.requirements.model.cucumber.NamedExampleTable
net.thucydides.core.requirements.model.cucumber.IdentifiedExampleTable
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIdentifiedExampleTable(io.cucumber.messages.Messages.GherkinDocument.Feature feature, io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario scenarioDefinition, String exampleTableName) -
Method Summary
Modifier and TypeMethodDescriptionReturn the example table part of the scenario outlineasExampleTable(ScenarioDisplayOption withDisplayOption) Return the example table part of the scenario outlineMethods inherited from class net.thucydides.core.requirements.model.cucumber.NamedExampleTable
forScenarioDefinition, withNoMatchingScenario
-
Constructor Details
-
IdentifiedExampleTable
protected IdentifiedExampleTable(io.cucumber.messages.Messages.GherkinDocument.Feature feature, io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario scenarioDefinition, String exampleTableName)
-
-
Method Details
-
asExampleTable
Description copied from class:NamedExampleTableReturn the example table part of the scenario outline- Specified by:
asExampleTablein classNamedExampleTable
-
asExampleTable
Description copied from class:NamedExampleTableReturn the example table part of the scenario outline- Specified by:
asExampleTablein classNamedExampleTable
-