public class TestNGCucumberRunner extends Object
| Constructor and Description |
|---|
TestNGCucumberRunner(Class clazz)
Bootstrap the cucumber runtime
|
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
List<cucumber.runtime.model.CucumberFeature> |
getFeatures() |
Object[][] |
provideFeatures() |
void |
runCucumber(cucumber.runtime.model.CucumberFeature cucumberFeature) |
void |
runCukes()
Run the Cucumber features
|
public TestNGCucumberRunner(Class clazz)
clazz - Which has the cucumber.api.CucumberOptions and org.testng.annotations.Test annotationspublic void runCukes()
public void runCucumber(cucumber.runtime.model.CucumberFeature cucumberFeature)
public void finish()
public List<cucumber.runtime.model.CucumberFeature> getFeatures()
public Object[][] provideFeatures()
CucumberFeatureWrapper objects.Copyright © 2015. All Rights Reserved.