public class CucumberParser extends Object
| Constructor and Description |
|---|
CucumberParser() |
CucumberParser(EnvironmentVariables environmentVariables) |
CucumberParser(String locale,
EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
Optional<AnnotatedFeature> |
loadFeature(File narrativeFile) |
Optional<RequirementDefinition> |
loadFeatureDefinition(File featureFile) |
public CucumberParser()
public CucumberParser(EnvironmentVariables environmentVariables)
public CucumberParser(String locale, EnvironmentVariables environmentVariables)
public Optional<AnnotatedFeature> loadFeature(File narrativeFile)
public Optional<RequirementDefinition> loadFeatureDefinition(File featureFile)
Copyright © 2023. All rights reserved.