java.lang.Object
net.thucydides.core.requirements.reports.cucumber.RenderCucumber
public class RenderCucumber
extends Object
-
Constructor Summary
Constructors
-
Method Summary
examples(List<io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario.Examples> examples,
String featureName,
String scenarioName)
step(io.cucumber.messages.Messages.GherkinDocument.Feature.Step step)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RenderCucumber
public RenderCucumber()
-
Method Details
-
step
public static String step(io.cucumber.messages.Messages.GherkinDocument.Feature.Step step)
-
examples
public static List<String> examples(List<io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario.Examples> examples,
String featureName,
String scenarioName)