@API(status=STABLE) public final class TestNGCucumberRunner extends Object
Options can be provided in by (order of precedence):
System.getProperties()System.getenv()CucumberOptionsConstants.| Constructor and Description |
|---|
TestNGCucumberRunner(Class<?> clazz)
Bootstrap the cucumber runtime
|
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
Object[][] |
provideScenarios() |
void |
runScenario(Pickle pickle) |
public TestNGCucumberRunner(Class<?> clazz)
clazz - Which has the CucumberOptions
and Test annotationspublic void finish()
public Object[][] provideScenarios()
PickleWrapper
scenarios combined with their FeatureWrapper feature.Copyright © 2019. All rights reserved.