public class TestPerClassLoaderRunner extends NamedRunner
| Constructor and Description |
|---|
TestPerClassLoaderRunner(Class<?> klass)
Instantiates a new test per class loader runner.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createTest() |
protected org.junit.runners.model.Statement |
methodBlock(org.junit.runners.model.FrameworkMethod method) |
protected org.junit.runners.model.Statement |
withAfters(org.junit.runners.model.FrameworkMethod method,
Object target,
org.junit.runners.model.Statement statement) |
protected org.junit.runners.model.Statement |
withBefores(org.junit.runners.model.FrameworkMethod method,
Object target,
org.junit.runners.model.Statement statement) |
getTestMethodName, runChildcollectInitializationErrors, computeTestMethods, describeChild, getChildren, methodInvoker, possiblyExpectingExceptions, testName, validateInstanceMethods, validateTestMethods, validateZeroArgConstructor, withPotentialTimeoutchildrenInvoker, classBlock, filter, getDescription, getName, getTestClass, run, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClassespublic TestPerClassLoaderRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
klass - the klassorg.junit.runners.model.InitializationError - the initialization errorprotected Object createTest() throws Exception
createTest in class org.junit.runners.BlockJUnit4ClassRunnerExceptionprotected org.junit.runners.model.Statement methodBlock(org.junit.runners.model.FrameworkMethod method)
methodBlock in class org.junit.runners.BlockJUnit4ClassRunnerprotected org.junit.runners.model.Statement withAfters(org.junit.runners.model.FrameworkMethod method,
Object target,
org.junit.runners.model.Statement statement)
withAfters in class org.junit.runners.BlockJUnit4ClassRunnerprotected org.junit.runners.model.Statement withBefores(org.junit.runners.model.FrameworkMethod method,
Object target,
org.junit.runners.model.Statement statement)
withBefores in class org.junit.runners.BlockJUnit4ClassRunnerCopyright © 2017 The Apache Software Foundation. All rights reserved.