junit.runner
Class StandardTestSuiteLoader

java.lang.Object
  extended by junit.runner.StandardTestSuiteLoader

public class StandardTestSuiteLoader
extends Object

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


Constructor Summary
StandardTestSuiteLoader()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardTestSuiteLoader

public StandardTestSuiteLoader()
Method Detail

load

public Class load(String suiteClassName)
           throws ClassNotFoundException
Uses the system class loader to load the test class

Throws:
ClassNotFoundException

reload

public Class reload(Class aClass)
             throws ClassNotFoundException
Uses the system class loader to load the test class

Throws:
ClassNotFoundException