@API(status=STABLE) public abstract class AbstractTestNGCucumberTests extends Object
Runs each cucumber scenario found in the features as separated test.
TestNGCucumberRunner| Constructor and Description |
|---|
AbstractTestNGCucumberTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
runScenario(PickleWrapper pickleWrapper,
FeatureWrapper featureWrapper) |
Object[][] |
scenarios()
Returns two dimensional array of
PickleWrappers
with their associated FeatureWrappers. |
void |
setUpClass() |
void |
tearDownClass() |
@BeforeClass(alwaysRun=true) public void setUpClass()
public void runScenario(PickleWrapper pickleWrapper, FeatureWrapper featureWrapper) throws Throwable
Throwable@DataProvider public Object[][] scenarios()
PickleWrappers
with their associated FeatureWrappers.@AfterClass(alwaysRun=true) public void tearDownClass()
Copyright © 2019. All rights reserved.