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(gherkin.ast.Feature feature,
gherkin.ast.ScenarioDefinition scenarioDefinition,
java.lang.String exampleName) |
static NamedExampleTable |
withNoMatchingScenario() |
public static NamedExampleTable forScenarioDefinition(gherkin.ast.Feature feature, gherkin.ast.ScenarioDefinition 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)