public class WebappTestSuiteLoader
extends java.lang.Object
implements junit.runner.TestSuiteLoader
| Constructor and Description |
|---|
WebappTestSuiteLoader() |
public java.lang.Class load(java.lang.String theSuiteClassName)
throws java.lang.ClassNotFoundException
load in interface junit.runner.TestSuiteLoadertheSuiteClassName - the test suite class to loadjava.lang.ClassNotFoundException - if failed to load the classpublic java.lang.Class reload(java.lang.Class theClass)
throws java.lang.ClassNotFoundException
reload in interface junit.runner.TestSuiteLoadertheClass - the class to reloadjava.lang.ClassNotFoundException - if an error occurs during reloadingCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.