public class ExtendedParallelScenarioCucumber
extends org.junit.runner.Runner
| Modifier and Type | Field and Description |
|---|---|
private Class<?> |
clazz |
private cucumber.api.CucumberOptions |
cucumberOptions |
private ExtendedCucumberOptions[] |
extendedCucumberOptions |
| Constructor and Description |
|---|
ExtendedParallelScenarioCucumber(Class<?> testClass) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runner.Description |
getDescription() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
static Annotation |
setAttrValue(Annotation anno,
Class<? extends Annotation> type,
String attrName,
Object newValue) |
private Class<?> clazz
private cucumber.api.CucumberOptions cucumberOptions
private ExtendedCucumberOptions[] extendedCucumberOptions
public ExtendedParallelScenarioCucumber(Class<?> testClass)
public org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in class org.junit.runner.Runnerpublic static Annotation setAttrValue(Annotation anno, Class<? extends Annotation> type, String attrName, Object newValue) throws Exception
Exceptionpublic void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runner.RunnerCopyright © 2013-2017. All Rights Reserved.