org.quilt.frontend.ant
Class MockExec

java.lang.Object
  |
  +--org.quilt.frontend.ant.MockExec

public class MockExec
extends java.lang.Object

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
MockExec()
          No-arg constructor.
 
Method Summary
 void run(QuiltTest qt, TaskControl tc)
          Dump the parameters for the task and the test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockExec

public MockExec()
No-arg constructor.

Method Detail

run

public void run(QuiltTest qt,
                TaskControl tc)
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.
tc - Task control information.


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.