Class ExecStdTestSameJVMCmd
It can use either a private class loader or the system class loader. A private class loader will be created if the -loadDir option is given; otherwise the system class loader will be used. A private class loader minimises the interference between tests, but you may be restricted from using private class loaders if you are running the harness inside a web browser.
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun
(String[] args, PrintWriter log, PrintWriter ref) The method that that does the work of the command.Methods inherited from class com.sun.javatest.Command
getClassLoader, setClassLoader
-
Constructor Details
-
ExecStdTestSameJVMCmd
public ExecStdTestSameJVMCmd()
-
-
Method Details
-
run
The method that that does the work of the command.
-