junit.runner
Interface TestSuiteLoader

All Implementing Classes:
ReloadingTestSuiteLoader, StandardTestSuiteLoader

public interface TestSuiteLoader

Method Summary
public abstract Classload(String suiteClassName)
          
public abstract Classreload(Class aClass)
          
Method Detail

load

public abstract Class load(String suiteClassName)
Click to Locals in the Method
Call sites to the method:
junit/runner/BaseTestRunner.java 135

Locals in the method:
suiteClassName

reload

public abstract Class reload(Class aClass)
Click to Locals in the Method
Call sites to the method:
junit/awtui/TestRunner.java 335
junit/swingui/TestRunner.java 561

Locals in the method:
aClass