public class ScenarioJunitActivator extends org.junit.runners.ParentRunner<ScenarioRunnerDTO>
Modifier and Type | Field and Description |
---|---|
static Function<String,String> |
ACTIVATOR_CLASS_CODE |
static String |
ACTIVATOR_CLASS_NAME |
Constructor and Description |
---|
ScenarioJunitActivator(Class<?> testClass) |
Modifier and Type | Method and Description |
---|---|
protected org.junit.runner.Description |
describeChild(ScenarioRunnerDTO child) |
protected List<ScenarioRunnerDTO> |
getChildren() |
protected boolean |
isNotSkipFromBuild(Settings settings) |
protected ScenarioRunnerDTO |
parseFile(String path) |
protected void |
runChild(ScenarioRunnerDTO child,
org.junit.runner.notification.RunNotifier notifier) |
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
public static final String ACTIVATOR_CLASS_NAME
public ScenarioJunitActivator(Class<?> testClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected List<ScenarioRunnerDTO> getChildren()
getChildren
in class org.junit.runners.ParentRunner<ScenarioRunnerDTO>
protected org.junit.runner.Description describeChild(ScenarioRunnerDTO child)
describeChild
in class org.junit.runners.ParentRunner<ScenarioRunnerDTO>
protected void runChild(ScenarioRunnerDTO child, org.junit.runner.notification.RunNotifier notifier)
runChild
in class org.junit.runners.ParentRunner<ScenarioRunnerDTO>
protected ScenarioRunnerDTO parseFile(String path)
protected boolean isNotSkipFromBuild(Settings settings)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.