| |
|
| java.lang.Object org.quilt.framework.QuiltTest org.quilt.runner.MockTestRunner
MockTestRunner | public class MockTestRunner extends QuiltTest (Code) | | Echoes parameters for a given QuiltTest back to the Ant user.
|
Method Summary | |
public void | run(QuiltTest qt) Set mockTestRunner="true" or mockExec="true" in the Quilt task
line in build.xml to get this output on all tests run. |
MockTestRunner | public MockTestRunner()(Code) | | |
run | public void run(QuiltTest qt)(Code) | | Set mockTestRunner="true" or mockExec="true" in the Quilt task
line in build.xml to get this output on all tests run. Example:
<quilt dir="." mockTestRunner="true" haltOnError="true"&gr;
Parameters: qt - The QuiltTest being run |
|
|
|