Class ScenarioReport

java.lang.Object
net.thucydides.core.requirements.model.cucumber.ScenarioReport

public class ScenarioReport
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static ScenarioReport forScenario​(java.lang.String scenarioName)  
    java.lang.String inFeature​(io.cucumber.messages.Messages.GherkinDocument.Feature feature)  

    Methods inherited from class java.lang.Object

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

    • forScenario

      public static ScenarioReport forScenario​(java.lang.String scenarioName)
    • inFeature

      public java.lang.String inFeature​(io.cucumber.messages.Messages.GherkinDocument.Feature feature)