AbstractTestNGCucumberTests instead.@Deprecated @API(status=MAINTAINED) public abstract class AbstractTestNGCucumberTests extends Object
| Constructor and Description |
|---|
AbstractTestNGCucumberTests()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
runScenario(PickleEventWrapper pickleWrapper,
CucumberFeatureWrapper featureWrapper)
Deprecated.
|
Object[][] |
scenarios()
Deprecated.
Returns two dimensional array of PickleEventWrapper scenarios with their associated CucumberFeatureWrapper feature.
|
void |
setUpClass()
Deprecated.
|
void |
tearDownClass()
Deprecated.
|
@BeforeClass(alwaysRun=true)
public void setUpClass()
throws Exception
Exceptionpublic void runScenario(PickleEventWrapper pickleWrapper, CucumberFeatureWrapper featureWrapper) throws Throwable
Throwable@DataProvider public Object[][] scenarios()
Copyright © 2019. All rights reserved.