Class Summary |
BatchTest |
Stores Ant filesets and convert them to QuiltTests. |
CallTest |
Handles an individual QuiltTest suite by directly calling it
rather than forking it. |
ForkTest |
Run an individual test in a separate JVM. |
MockExec |
Echoes attributes for a given QuiltTest back to the Ant user. |
QuiltTask |
Ant task for running Quilt and JUnit. |
Scheduler |
Collects individual and batch tests during initial processing of the
Ant build.xml file, then schedules tests for running. |
SummaryAttribute |
Accept a limited set of String values for the summary attribute. |
TaskControl |
Run control parameters from the Ant build.xml file. |
TestExec |
Manage the running of a single test suite. |