| java.lang.Object org.quilt.frontend.ant.CallTest
CallTest | public class CallTest (Code) | | Handles an individual QuiltTest suite by directly calling it
rather than forking it.
|
Constructor Summary | |
public | CallTest() No-arg constructor. |
CallTest | public CallTest()(Code) | | No-arg constructor.
|
execTest | protected int execTest(QuiltTest test, TaskControl tc) throws BuildException(Code) | | Run the test suite in this Java virtual machine.
Parameters: test - Data structure describing the individual test. Parameters: tc - Task control which sets parameters for the entire run. |
|
|