public abstract class NamedExampleTable
extends java.lang.Object
| Constructor and Description |
|---|
NamedExampleTable() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Optional<java.lang.String> |
asExampleTable()
Return the example table part of the scenario outline
|
abstract java.util.Optional<java.lang.String> |
asExampleTable(ScenarioDisplayOption displayOption)
Return the example table part of the scenario outline
|
static NamedExampleTable |
forScenarioDefinition(io.cucumber.messages.Messages.GherkinDocument.Feature feature,
io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario scenarioDefinition,
java.lang.String exampleName) |
static NamedExampleTable |
withNoMatchingScenario() |
public static NamedExampleTable forScenarioDefinition(io.cucumber.messages.Messages.GherkinDocument.Feature feature, io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario scenarioDefinition, java.lang.String exampleName)
public static NamedExampleTable withNoMatchingScenario()
public abstract java.util.Optional<java.lang.String> asExampleTable()
public abstract java.util.Optional<java.lang.String> asExampleTable(ScenarioDisplayOption displayOption)