About the Command-Line Examples
This section provides many examples of command-line operations in the following basic sequence:
> javatest [Set-up Commands] [Task Commands]
In the examples, the following spresentations are used:
- > represents the command prompt. For Unix systems the command prompt may be either a shell prompt, such as %, or a user defined value. For win32 systems, the command prompt may be c: or another appropriate drive identifier.
- javatest represents the command or commands that your test suite
would use to start the JavaTest harness. You should start the JavaTest
harness from the root directory of the test suite.
See Setup Commands for commands and examples used to set up or change specific values in a configuration.
See Task Commands for commands and examples used to perform tasks from the command line.