public class NewClassLoaderJUnitTestRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
NewClassLoaderJUnitTestRunner(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.ClassLoader |
createClassLoader(org.junit.runners.model.FrameworkMethod frameworkMethod) |
protected org.junit.runners.model.Statement |
methodBlock(org.junit.runners.model.FrameworkMethod frameworkMethod) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic NewClassLoaderJUnitTestRunner(java.lang.Class<?> clazz)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected java.lang.ClassLoader createClassLoader(org.junit.runners.model.FrameworkMethod frameworkMethod)
protected org.junit.runners.model.Statement methodBlock(org.junit.runners.model.FrameworkMethod frameworkMethod)
methodBlock in class org.junit.runners.BlockJUnit4ClassRunner