Class UnknownExampleTable

java.lang.Object
net.thucydides.core.requirements.model.cucumber.NamedExampleTable
net.thucydides.core.requirements.model.cucumber.UnknownExampleTable

public class UnknownExampleTable
extends NamedExampleTable
  • Constructor Summary

    Constructors
    Constructor Description
    UnknownExampleTable()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Optional<java.lang.String> asExampleTable()
    Return the example table part of the scenario outline
    java.util.Optional<java.lang.String> asExampleTable​(ScenarioDisplayOption displayOption)
    Return the example table part of the scenario outline

    Methods inherited from class net.thucydides.core.requirements.model.cucumber.NamedExampleTable

    forScenarioDefinition, withNoMatchingScenario

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UnknownExampleTable

      public UnknownExampleTable()
  • Method Details