junit.runner

Class StandardTestSuiteLoader

Implemented Interfaces:
TestSuiteLoader

public class StandardTestSuiteLoader
extends java.lang.Object
implements TestSuiteLoader

The standard test suite loader. It can only load the same class once.

Method Summary

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

Method Details

load

public Class load(String suiteClassName)
            throws ClassNotFoundException
Uses the system class loader to load the test class
Specified by:
load in interface TestSuiteLoader


reload

public Class reload(Class aClass)
            throws ClassNotFoundException
Uses the system class loader to load the test class
Specified by:
reload in interface TestSuiteLoader