JUnit 3.8.1

junit.runner
Interface TestSuiteLoader

All Known Implementing Classes:
ReloadingTestSuiteLoader, StandardTestSuiteLoader

public interface TestSuiteLoader

An interface to define how a test suite should be loaded.


Method Summary
 Class load(String suiteClassName)
           
 Class reload(Class aClass)
           
 

Method Detail

load

public Class load(String suiteClassName)
           throws ClassNotFoundException
Throws:
ClassNotFoundException

reload

public Class reload(Class aClass)
             throws ClassNotFoundException
Throws:
ClassNotFoundException

JUnit 3.8.1