Package com.sun.javatest.lib
package com.sun.javatest.lib
This package contains miscellaneous library code that may be used by tests and frameworks.
- Since:
- 3.0
-
ClassDescriptionA Script designed to compile/execute a test.This is a modification of
ProcessCommand
suitable for executing standard tests in a separate JVM.ExecStdTestSameJVMCmd executes a standard test (one that implements the Test interface) in the same Java Virtual Machine as the caller.Invoke a Java compiler via reflection.Default script, which delegates to one of a number of scripts defined in environment entries, according to the keywords on the test description.When executing multiple test cases in the same test class, it is usually easier for each test case to return a Status object representing whether that individual test case passed or failed.Base class for tests with multiple sub test cases.A Command to execute an arbitrary OS command.A special script which reads the result file which is presumed to exist in the work directory as the result of a prior run.A Script to compile/execute a standard test.A handler for the set of test cases in a test.Exception used to report internal errors.