Class DescriptionWithScenarioReferences

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

public class DescriptionWithScenarioReferences
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    DescriptionWithScenarioReferences​(io.cucumber.messages.Messages.GherkinDocument.Feature feature)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String forText​(java.lang.String line)  
    static DescriptionWithScenarioReferences from​(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
  • Constructor Details

    • DescriptionWithScenarioReferences

      public DescriptionWithScenarioReferences​(io.cucumber.messages.Messages.GherkinDocument.Feature feature)
  • Method Details

    • forText

      public java.lang.String forText​(java.lang.String line)
    • from

      public static DescriptionWithScenarioReferences from​(io.cucumber.messages.Messages.GherkinDocument.Feature feature)