Package com.sun.javatest

This package provides facilities for reading, executing and monitoring tests.

Tests are represented by test descriptions, which are contained in a test suite. They are read by a test finder, and executed by a test script, to produce a test result. Internally, the test results are stored in a test result table; externally, the results are stored in a work directory. Some configuration parameters are required in order to read and run tests: these parameters may be collected by a configuration interview. Some limited support is also provided for an earlier parameter mechanism based on parameter files.

The finder used to locate the tests, the interview used to configure them and the script used to execute them are all determined by the test suite of which they are part.

Since:
3.0