Class CucumberParser
java.lang.Object
net.thucydides.model.requirements.model.cucumber.CucumberParser
Created by john on 5/03/15.
-
Constructor Summary
ConstructorsConstructorDescriptionCucumberParser(String locale, EnvironmentVariables environmentVariables) CucumberParser(EnvironmentVariables environmentVariables) -
Method Summary
Modifier and TypeMethodDescriptionloadFeature(File featureFile) loadFeatureDefinition(File featureFile) Optional<io.cucumber.core.gherkin.Feature> parseResource(io.cucumber.core.resource.Resource resource)
-
Constructor Details
-
CucumberParser
public CucumberParser() -
CucumberParser
-
CucumberParser
-
-
Method Details
-
loadFeature
-
parseResource
public Optional<io.cucumber.core.gherkin.Feature> parseResource(io.cucumber.core.resource.Resource resource) -
loadFeatureDefinition
-