| java.lang.Object org.quilt.frontend.ant.ForkTest
ForkTest | public class ForkTest (Code) | | Run an individual test in a separate JVM. Search on Bug 23150;
needs to return correct status code if interrupted or times out.
|
Constructor Summary | |
public | ForkTest() No-arg constructor. |
Method Summary | |
protected int | execTest(QuiltTest qt, TaskControl tc, ExecuteWatchdog watchdog) Fork an individual test, running it in a separate Java virtual
machine. |
ForkTest | public ForkTest()(Code) | | No-arg constructor.
|
execTest | protected int execTest(QuiltTest qt, TaskControl tc, ExecuteWatchdog watchdog) throws BuildException(Code) | | Fork an individual test, running it in a separate Java virtual
machine.
Parameters: qt - Data structure holding test parameters. Parameters: tc - Structure holding parameters for the entire run. Parameters: watchdog - Sets timeout in ms for this test. |
|
|