Package com.sun.javatest.lib
This package contains miscellaneous library code that may be used by tests and frameworks.
- Since:
- 3.0
-
Class Summary Class Description APIScript A Script designed to compile/execute a test.ExecStdTestOtherJVMCmd This is a modification ofProcessCommand
suitable for executing standard tests in a separate JVM.ExecStdTestSameJVMCmd ExecStdTestSameJVMCmd executes a standard test (one that implements the Test interface) in the same Java Virtual Machine as the caller.JavaCompileCommand Invoke a Java compiler via reflection.KeywordScript Default script, which delegates to one of a number of scripts defined in environment entries, according to the keywords on the test description.MultiStatus 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.MultiTest Base class for tests with multiple sub test cases.ProcessCommand A Command to execute an arbitrary OS command.ReportScript A special script which reads the result file which is presumed to exist in the work directory as the result of a prior run.StdTestScript A Script to compile/execute a standard test.TestCases A handler for the set of test cases in a test. -
Exception Summary Exception Description MultiTest.SetupException TestCases.Fault Exception used to report internal errors.