org.quilt.frontend.ant |
|
Java Source File Name | Type | Comment |
BatchTest.java | Class | Stores Ant filesets and convert them to QuiltTests. |
CallTest.java | Class | Handles an individual QuiltTest suite by directly calling it
rather than forking it. |
ForkTest.java | Class | Run an individual test in a separate JVM. |
MockExec.java | Class | Echoes attributes for a given QuiltTest back to the Ant user. |
QuiltTask.java | Class | Ant task for running Quilt and JUnit.
The Quilt Ant task is meant to be a plug-in replacement for
the Ant JUnitTask. |
Scheduler.java | Class | Collects individual and batch tests during initial processing of the
Ant build.xml file, then schedules tests for running. |
SummaryAttribute.java | Class | Accept a limited set of String values for the summary attribute. |
TaskControl.java | Class | Run control parameters from the Ant build.xml file. |
TestExec.java | Class | Manage the running of a single test suite. |