public class ScenarioJunitActivator extends org.junit.runners.ParentRunner<SimulationWithFileName>
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(SimulationWithFileName child) |
protected List<SimulationWithFileName> |
getChildren() |
protected void |
runChild(SimulationWithFileName 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<SimulationWithFileName> getChildren()
getChildren
in class org.junit.runners.ParentRunner<SimulationWithFileName>
protected org.junit.runner.Description describeChild(SimulationWithFileName child)
describeChild
in class org.junit.runners.ParentRunner<SimulationWithFileName>
protected void runChild(SimulationWithFileName child, org.junit.runner.notification.RunNotifier notifier)
runChild
in class org.junit.runners.ParentRunner<SimulationWithFileName>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.