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).
The JavaTest harness uses colored test icons to indicate the result of each test:
Icon | Result | Color and Description |
---|---|---|
![]() |
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. |
![]() |
Failed | A red icon containing a x symbol indicates that the test is not filtered out and failed the last time it was executed. |
![]() |
Not run | A white icon containing a - symbol indicates that the test is not filtered out but has not yet been executed. |
![]() |
Passed |
A green icon containing a ![]() |
![]() |
Filtered out | A gray icon containing no symbols indicates that the test is currently not selected to be run. |
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.