Class CucumberParser
java.lang.Object
net.thucydides.core.requirements.model.cucumber.CucumberParser
public class CucumberParser
extends java.lang.Object
Created by john on 5/03/15.
-
Constructor Summary
Constructors Constructor Description CucumberParser()CucumberParser(java.lang.String locale, EnvironmentVariables environmentVariables)CucumberParser(EnvironmentVariables environmentVariables) -
Method Summary
Modifier and Type Method Description java.util.Optional<AnnotatedFeature>loadFeature(java.io.File narrativeFile)java.util.Optional<Narrative>loadFeatureNarrative(java.io.File narrativeFile)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CucumberParser
public CucumberParser() -
CucumberParser
-
CucumberParser
-
-
Method Details
-
loadFeature
-
loadFeatureNarrative
-