Uses of Class
org.quilt.framework.QuiltTest

Packages that use QuiltTest
org.quilt.frontend.ant   
org.quilt.reports   
org.quilt.runner   
 

Uses of QuiltTest in org.quilt.frontend.ant
 

Subclasses of QuiltTest in org.quilt.frontend.ant
 class BatchTest
          Stores Ant filesets and convert them to QuiltTests.
 

Methods in org.quilt.frontend.ant that return QuiltTest
 QuiltTest Scheduler.nextTest()
          Returns the next test or batch test available.
 

Methods in org.quilt.frontend.ant with parameters of type QuiltTest
protected  int ForkTest.execTest(QuiltTest qt, TaskControl tc, org.apache.tools.ant.taskdefs.ExecuteWatchdog watchdog)
          Fork an individual test, running it in a separate Java virtual machine.
protected  int CallTest.execTest(QuiltTest test, TaskControl tc)
          Run the test suite in this Java virtual machine.
protected  void TestExec.execute(QuiltTest arg, TaskControl tc)
          Run an individual test, in a separate JVM if appropriate.
 void MockExec.run(QuiltTest qt, TaskControl tc)
          Dump the parameters for the task and the test.
 void TaskControl.addTest(QuiltTest t)
           
 void QuiltTask.addTest(QuiltTest qt)
           
 void Scheduler.addTest(QuiltTest test)
          Ant-compatible method for adding test to queue.
 

Uses of QuiltTest in org.quilt.reports
 

Methods in org.quilt.reports with parameters of type QuiltTest
 void XMLFormatter.endTestSuite(QuiltTest qt)
          Method called at end of test run.
 void XMLFormatter.startTestSuite(QuiltTest qt)
          Method called at the beginning of the test run.
 void SummaryFormatter.endTestSuite(QuiltTest qt)
          Called at the end of the Ant/Quilt test run.
 void SummaryFormatter.startTestSuite(QuiltTest suite)
          Called at start of Ant/Quilt test run.
 void PlainFormatter.endTestSuite(QuiltTest qt)
           
 void BriefFormatter.endTestSuite(QuiltTest suite)
          End the test suite: overrides basic mehod.
 void BaseFormatter.endTestSuite(QuiltTest suite)
          Called at end of Quilt/JUnit test run.
 void BaseFormatter.startTestSuite(QuiltTest suite)
          Called at the start of the Ant/Quilt/JUnit test run.
 void Formatter.startTestSuite(QuiltTest suite)
          Called at beginning of test suite run.
 void Formatter.endTestSuite(QuiltTest suite)
          Called at end of test suite run.
 

Uses of QuiltTest in org.quilt.runner
 

Subclasses of QuiltTest in org.quilt.runner
 class BaseTestRunner
          Stand-along Quilt test runner, fully compatible with Ant's JUnit options.
 class MockTestRunner
          Echoes parameters for a given QuiltTest back to the Ant user.
 class Runner
          Abstract class extended by Quilt test runners.
 

Methods in org.quilt.runner with parameters of type QuiltTest
 void MockTestRunner.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.
 

Constructors in org.quilt.runner with parameters of type QuiltTest
BaseTestRunner(QuiltTest test)
          Constructor used by command line test runner.
BaseTestRunner(QuiltTest test, java.lang.ClassLoader loader)
          Constructor used when not using Quilt class loader.
 



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