public class BridgeJUnitTestRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Modifier and Type | Class and Description |
|---|---|
static class |
BridgeJUnitTestRunner.BridgeRunListener |
| Constructor and Description |
|---|
BridgeJUnitTestRunner(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static org.junit.runner.notification.RunNotifier |
getRunNotifier(Class<?> clazz) |
void |
run(org.junit.runner.notification.RunNotifier runNotifier) |
static org.junit.runner.Result |
runBridgeTests(BridgeJUnitTestRunner.BridgeRunListener bridgeRunListener,
Class<?>... testClasses) |
collectInitializationErrors, computeTestMethods, createTest, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutchildrenInvoker, classBlock, classRules, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, order, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolationpublic BridgeJUnitTestRunner(Class<?> clazz)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic static org.junit.runner.notification.RunNotifier getRunNotifier(Class<?> clazz)
public static org.junit.runner.Result runBridgeTests(BridgeJUnitTestRunner.BridgeRunListener bridgeRunListener, Class<?>... testClasses)
public void run(org.junit.runner.notification.RunNotifier runNotifier)
run in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>