|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.quilt.frontend.ant.TestExec
Manage the running of a single test suite.
Constructor Summary | |
TestExec()
No-arg constructor |
Method Summary | |
protected void |
execute(QuiltTest arg,
TaskControl tc)
Run an individual test, in a separate JVM if appropriate. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestExec()
Method Detail |
protected void execute(QuiltTest arg, TaskControl tc)
arg
- Descriptor for the test to be run.tc
- Task control descriptor.CallTest
,
ForkTest
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |