| java.lang.Object org.quilt.frontend.ant.MockExec
MockExec | public class MockExec (Code) | | Echoes attributes for a given QuiltTest back to the Ant user.
Useful in finding out how Ant and Quilt interpret your batch.xml.
|
Constructor Summary | |
public | MockExec() No-arg constructor. |
MockExec | public MockExec()(Code) | | No-arg constructor.
|
run | public void run(QuiltTest qt, TaskControl tc)(Code) | | Dump the parameters for the task and the test. If the task
parameters have been shown before, this will not be repeated.
Parameters: qt - The test which would have been run. Parameters: tc - Task control information. |
|
|