public abstract class NamedExampleTable extends Object
| Constructor and Description |
|---|
NamedExampleTable() |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<String> |
asExampleTable()
Return the example table part of the scenario outline
|
abstract Optional<String> |
asExampleTable(ScenarioDisplayOption displayOption)
Return the example table part of the scenario outline
|
static NamedExampleTable |
forScenarioDefinition(io.cucumber.messages.types.Feature feature,
io.cucumber.messages.types.Scenario scenarioDefinition,
String exampleName) |
static NamedExampleTable |
withNoMatchingScenario() |
public static NamedExampleTable forScenarioDefinition(io.cucumber.messages.types.Feature feature, io.cucumber.messages.types.Scenario scenarioDefinition, String exampleName)
public static NamedExampleTable withNoMatchingScenario()
public abstract Optional<String> asExampleTable()
public abstract Optional<String> asExampleTable(ScenarioDisplayOption displayOption)
Copyright © 2022. All rights reserved.