junit.runner

Interface TestSuiteLoader

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 Details

load

public Class load(String suiteClassName)
            throws ClassNotFoundException


reload

public Class reload(Class aClass)
            throws ClassNotFoundException