|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.quilt.frontend.ant.CallTest
Handles an individual QuiltTest suite by directly calling it rather than forking it.
Constructor Summary | |
CallTest()
No-arg constructor. |
Method Summary | |
protected int |
execTest(QuiltTest test,
TaskControl tc)
Run the test suite in this Java virtual machine. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallTest()
Method Detail |
protected int execTest(QuiltTest test, TaskControl tc) throws org.apache.tools.ant.BuildException
test
- Data structure describing the individual test.tc
- Task control which sets parameters for the entire run.
org.apache.tools.ant.BuildException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |