public class SwitchYardRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
SwitchYardRunner(Class<?> clazz)
Creates a SwitchYardRunner to run
klass. |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createTest() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic SwitchYardRunner(Class<?> clazz) throws org.junit.runners.model.InitializationError
klass.clazz - Test Class.org.junit.runners.model.InitializationError - if the test class is malformed.protected Object createTest() throws Exception
createTest in class org.junit.runners.BlockJUnit4ClassRunnerExceptionpublic void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.