|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BaseTestWrapper
Interface for running a set of multi-threaded tests. A BaseThreadedTestRunner loads a new instance of this class to perform the actual test run.
Note that because the test classes are loaded in a separate class loader, all access must be done via reflection. The various implementations of BaseTestWrapper simplify this process by having a single entry point that the BaseThreadedTestRunner can invoke. The implementation can then make compiled calls into the test classes.
BaseThreadedTestRunner| Method Summary | |
|---|---|
void |
runTests(Class<?> testClass,
List<String> instrumentedClasses)
Runs the multithreaded tests defined in the given test class. |
| Method Detail |
|---|
void runTests(Class<?> testClass,
List<String> instrumentedClasses)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||