|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.cactus.server.runner.WebappTestSuiteLoader
Dynamic class loader to load classes from the webapp classpath.
| Constructor Summary | |
WebappTestSuiteLoader()
|
|
| Method Summary | |
java.lang.Class |
load(java.lang.String theSuiteClassName)
Try to load the test suite class using both the context class loader or the class loader that loaded this class. |
java.lang.Class |
reload(java.lang.Class theClass)
Not implemented. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WebappTestSuiteLoader()
| Method Detail |
public java.lang.Class load(java.lang.String theSuiteClassName)
throws java.lang.ClassNotFoundException
load in interface junit.runner.TestSuiteLoadertheSuiteClassName - the test suite class to load
java.lang.ClassNotFoundException - if failed to load the class
public java.lang.Class reload(java.lang.Class theClass)
throws java.lang.ClassNotFoundException
reload in interface junit.runner.TestSuiteLoadertheClass - the class to reload
java.lang.ClassNotFoundException - if an error occurs during reloading
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||