@API(status=STABLE) public final class TestNGCucumberRunner extends Object
| Constructor and Description |
|---|
TestNGCucumberRunner(Class clazz)
Bootstrap the cucumber runtime
|
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
Object[][] |
provideScenarios() |
void |
runScenario(gherkin.events.PickleEvent pickle) |
public TestNGCucumberRunner(Class clazz)
clazz - Which has the CucumberOptions
and Test annotationspublic void runScenario(gherkin.events.PickleEvent pickle)
throws Throwable
Throwablepublic void finish()
public Object[][] provideScenarios()
PickleEventWrapper
scenarios combined with their CucumberFeatureWrapper feature.Copyright © 2019. All rights reserved.