com.sun.javatest.lib
public class ExecStdTestSameJVMCmd extends Command
If the the -repeat
option is provided, then the test will be
run multiple times in the same JVM. Status.error()
will be
returned (and the remainder of the iterations will not be performed) if any
repetition of the test returns an error, or if the status return type changes
between iterations. The returned status after each iteration will be
included in the log. If this option is not given, the test will be run once.
ExecStdTestOtherJVMCmd
Constructor and Description |
---|
ExecStdTestSameJVMCmd() |
Modifier and Type | Method and Description |
---|---|
Status |
run(java.lang.String[] args,
java.io.PrintWriter log,
java.io.PrintWriter ref)
The method that that does the work of the command.
|
getClassLoader, setClassLoader
public Status run(java.lang.String[] args, java.io.PrintWriter log, java.io.PrintWriter ref)
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.