Class IdentifiedExampleTable
java.lang.Object
net.thucydides.core.requirements.model.cucumber.NamedExampleTable
net.thucydides.core.requirements.model.cucumber.IdentifiedExampleTable
public class IdentifiedExampleTable extends NamedExampleTable
-
Constructor Summary
Constructors Modifier Constructor Description protectedIdentifiedExampleTable(io.cucumber.messages.Messages.GherkinDocument.Feature feature, io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario scenarioDefinition, java.lang.String exampleTableName) -
Method Summary
Modifier and Type Method Description java.util.Optional<java.lang.String>asExampleTable()Return the example table part of the scenario outlinejava.util.Optional<java.lang.String>asExampleTable(ScenarioDisplayOption withDisplayOption)Return the example table part of the scenario outlineMethods inherited from class net.thucydides.core.requirements.model.cucumber.NamedExampleTable
forScenarioDefinition, withNoMatchingScenarioMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IdentifiedExampleTable
protected IdentifiedExampleTable(io.cucumber.messages.Messages.GherkinDocument.Feature feature, io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario scenarioDefinition, java.lang.String exampleTableName)
-
-
Method Details
-
asExampleTable
public java.util.Optional<java.lang.String> asExampleTable()Description copied from class:NamedExampleTableReturn the example table part of the scenario outline- Specified by:
asExampleTablein classNamedExampleTable
-
asExampleTable
public java.util.Optional<java.lang.String> asExampleTable(ScenarioDisplayOption withDisplayOption)Description copied from class:NamedExampleTableReturn the example table part of the scenario outline- Specified by:
asExampleTablein classNamedExampleTable
-