public class StandardTestSuiteLoader extends java.lang.Object implements TestSuiteLoader
Constructor and Description |
---|
StandardTestSuiteLoader() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
load(java.lang.String suiteClassName)
Uses the system class loader to load the test class
|
java.lang.Class |
reload(java.lang.Class aClass)
Uses the system class loader to load the test class
|
public java.lang.Class load(java.lang.String suiteClassName) throws java.lang.ClassNotFoundException
load
in interface TestSuiteLoader
java.lang.ClassNotFoundException
public java.lang.Class reload(java.lang.Class aClass) throws java.lang.ClassNotFoundException
reload
in interface TestSuiteLoader
java.lang.ClassNotFoundException