See: Description
Class | Description |
---|---|
APIScript |
A Script designed to compile/execute a test.
|
ExecStdTestOtherJVMCmd |
This is a modification of
ProcessCommand 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 | Description |
---|---|
MultiTest.SetupException |
This exception is thrown when a problem occurs initializing the test.
|
TestCases.Fault |
Exception used to report internal errors.
|
This package contains miscellaneous library code that may be used by tests and frameworks.
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.