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