public class IdentifiedExampleTable extends NamedExampleTable
| Modifier | Constructor and Description |
|---|---|
protected |
IdentifiedExampleTable(io.cucumber.messages.types.Feature feature,
Optional<io.cucumber.messages.types.Scenario> scenarioDefinition,
String exampleTableName) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
asExampleTable()
Return the example table part of the scenario outline
|
Optional<String> |
asExampleTable(ScenarioDisplayOption withDisplayOption)
Return the example table part of the scenario outline
|
forScenarioDefinition, withNoMatchingScenariopublic Optional<String> asExampleTable()
NamedExampleTableasExampleTable in class NamedExampleTablepublic Optional<String> asExampleTable(ScenarioDisplayOption withDisplayOption)
NamedExampleTableasExampleTable in class NamedExampleTableCopyright © 2023. All rights reserved.