Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.internal.server.runner » [javadoc | source]
org.apache.cactus.internal.server.runner
public class: WebappTestSuiteLoader [javadoc | source]
java.lang.Object
   org.apache.cactus.internal.server.runner.WebappTestSuiteLoader

All Implemented Interfaces:
    junit.runner.TestSuiteLoader

Dynamic class loader to load classes from the webapp classpath.
Method from org.apache.cactus.internal.server.runner.WebappTestSuiteLoader Summary:
load,   reload
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.internal.server.runner.WebappTestSuiteLoader Detail:
 public Class load(String theSuiteClassName) throws ClassNotFoundException 
    Try to load the test suite class using both the context class loader or the class loader that loaded this class.
 public Class reload(Class theClass) throws ClassNotFoundException 
    Not implemented. Used to reload a class.