junit.runner
Class StandardTestSuiteLoader

java.lang.Object
   |
   +--junit.runner.StandardTestSuiteLoader
All Implemented Interfaces:
TestSuiteLoader

public class StandardTestSuiteLoader
extends Object
implements TestSuiteLoader

Constructor Summary
public StandardTestSuiteLoader()
           Default constructor
 
Method Summary
public Classload(String suiteClassName)
          
public Classreload(Class aClass)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Constructor Detail

StandardTestSuiteLoader

public StandardTestSuiteLoader()
Method Detail

load

public Class load(String suiteClassName)

Locals in the method:
suiteClassName Line 11

reload

public Class reload(Class aClass)

Locals in the method:
aClass Line 17