junit.runner
Class StandardTestSuiteLoader
java.lang.Object
junit.runner.StandardTestSuiteLoader
- TestSuiteLoader
public class StandardTestSuiteLoader
extends java.lang.Object
The standard test suite loader. It can only load the same class once.
Class | load(String suiteClassName) - Uses the system class loader to load the test class
|
Class | reload(Class aClass) - Uses the system class loader to load the test class
|
load
public Class load(String suiteClassName)
throws ClassNotFoundException
Uses the system class loader to load the test class
- load in interface TestSuiteLoader
reload
public Class reload(Class aClass)
throws ClassNotFoundException
Uses the system class loader to load the test class
- reload in interface TestSuiteLoader