org.quilt.frontend.ant
Class CallTest

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

public class CallTest
extends java.lang.Object

Handles an individual QuiltTest suite by directly calling it rather than forking it.


Constructor Summary
CallTest()
          No-arg constructor.
 
Method Summary
protected  int execTest(QuiltTest test, TaskControl tc)
          Run the test suite in this Java virtual machine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallTest

public CallTest()
No-arg constructor.

Method Detail

execTest

protected int execTest(QuiltTest test,
                       TaskControl tc)
                throws org.apache.tools.ant.BuildException
Run the test suite in this Java virtual machine.

Parameters:
test - Data structure describing the individual test.
tc - Task control which sets parameters for the entire run.
org.apache.tools.ant.BuildException


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