junit.util
Class StandardTestSuiteLoader

java.lang.Object
  |
  +--junit.util.StandardTestSuiteLoader

public class StandardTestSuiteLoader
extends java.lang.Object
implements TestSuiteLoader

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


Constructor Summary
StandardTestSuiteLoader()
           
 
Method Summary
 java.lang.Class load(java.lang.String suiteClassName)
          Uses the system class loader to load the test class
 java.lang.Class reload(java.lang.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 java.lang.Class load(java.lang.String suiteClassName)
                     throws java.lang.ClassNotFoundException
Uses the system class loader to load the test class
Specified by:
load in interface TestSuiteLoader

reload

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