public class SeparateClassloaderTestRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
SeparateClassloaderTestRunner(Class<?> klass)
Creates a SeparateClassloaderTestRunner to run
klass. |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic SeparateClassloaderTestRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
klass.klass - test class to run.org.junit.runners.model.InitializationError - if the test class is malformed or can't be found.Copyright © 2021 Eclipse JGit Project. All rights reserved.