Test Icons

The JavaTest harness uses icons to indicate test result status. The color of the icon is determined by the test status and the selected view filter (see Using Filters).

Result Status

The JavaTest harness uses colored test icons to indicate the result of each test:

Icon Result Color and Description
Test Error Error A blue icon containing a ! symbol indicates that the test is not filtered out and that JavaTest could not execute it. These errors usually occur because the test environment is not properly configured.
Test Failed Failed A red icon containing a x symbol indicates that the test is not filtered out and failed the last time it was executed.
Test Not Run Not run A white icon containing a - symbol indicates that the test is not filtered out but has not yet been executed.
Test Passed Passed A green icon containing a Symbol used in the passed icon symbol indicates that the test is not filtered out and passed the last time it was executed.
Test Filtered Out Filtered out A gray icon containing no symbols indicates that the test is currently not selected to be run.

Run Indicator

When running a test, the JavaTest harness displays an arrow over the test icon. The test icon used indicates the last known test result and does not change until the test is completed.

After the JavaTest harness completes the test, it displays the appropriate result status icon.