java.lang.Object
net.thucydides.model.requirements.model.cucumber.NamedExampleTable
Direct Known Subclasses:
IdentifiedExampleTable, UnknownExampleTable

public abstract class NamedExampleTable extends Object
  • Constructor Details

    • NamedExampleTable

      public NamedExampleTable()
  • Method Details

    • forScenarioDefinition

      public static NamedExampleTable forScenarioDefinition(io.cucumber.messages.types.Feature feature, Optional<io.cucumber.messages.types.Scenario> scenarioDefinition, String exampleName)
    • withNoMatchingScenario

      public static NamedExampleTable withNoMatchingScenario()
    • asExampleTable

      public abstract Optional<String> asExampleTable()
      Return the example table part of the scenario outline
    • asExampleTable

      public abstract Optional<String> asExampleTable(ScenarioDisplayOption displayOption)
      Return the example table part of the scenario outline