Package junit.runner
Class StandardTestSuiteLoader
java.lang.Object
junit.runner.StandardTestSuiteLoader
- All Implemented Interfaces:
TestSuiteLoader
The standard test suite loader. It can only load the same class once.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StandardTestSuiteLoader
public StandardTestSuiteLoader()
-
-
Method Details
-
load
Uses the system class loader to load the test class- Specified by:
load
in interfaceTestSuiteLoader
- Throws:
ClassNotFoundException
-
reload
Uses the system class loader to load the test class- Specified by:
reload
in interfaceTestSuiteLoader
- Throws:
ClassNotFoundException
-