Class UnknownScenario

java.lang.Object
net.thucydides.core.requirements.model.cucumber.NamedScenario
net.thucydides.core.requirements.model.cucumber.UnknownScenario

public class UnknownScenario
extends NamedScenario
  • Constructor Summary

    Constructors
    Constructor Description
    UnknownScenario()  
  • 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
    java.util.Optional<java.lang.String> asGivenWhenThen()  
    java.util.Optional<java.lang.String> asGivenWhenThen​(ScenarioDisplayOption displayOption)
    Return the Given..When..Then part of the scenario

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

    forScenarioDefinition, withNoMatchingScenario

    Methods inherited from class java.lang.Object

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

    • UnknownScenario

      public UnknownScenario()
  • Method Details