Auditing Tests

You can audit test results by using the -audit batch command as a separate command or as part of a series of commands. The results of the audit are output to the terminal.

Because the JavaTest harness executes commands in their command-line sequence, you must identify the work directory before the -audit command.

The command format used in the following example is the single string arguments format. See Formatting a Command for descriptions and examples of the other command formats that you can use.

Example:

...;-workdirectory mywork-directory -audit;...