junit.runner
Class ReloadingTestSuiteLoader

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

public class ReloadingTestSuiteLoader
extends Object
implements TestSuiteLoader

Constructor Summary
public ReloadingTestSuiteLoader()
           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

ReloadingTestSuiteLoader

public ReloadingTestSuiteLoader()
Method Detail

load

public Class load(String suiteClassName)

Locals in the method:
suiteClassName Line 9
loader Line 9

reload

public Class reload(Class aClass)

Locals in the method:
aClass Line 13
loader Line 13