org.quilt.frontend.ant
Class TestExec

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

public class TestExec
extends java.lang.Object

Manage the running of a single test suite.


Constructor Summary
TestExec()
          No-arg constructor
 
Method Summary
protected  void execute(QuiltTest arg, TaskControl tc)
          Run an individual test, in a separate JVM if appropriate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestExec

public TestExec()
No-arg constructor

Method Detail

execute

protected void execute(QuiltTest arg,
                       TaskControl tc)
Run an individual test, in a separate JVM if appropriate.

Parameters:
arg - Descriptor for the test to be run.
tc - Task control descriptor.
See Also:
CallTest, ForkTest


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