The test tree uses colored icons to indicate folder run status and result status. The folder icon displayed in the test tree is determined by the result of all its tests (see Test Icons) and by the selected view filter (see Using Filters). Folder icons are updated as individual tests are completed.
The folder icons displayed in the test tree indicate the highest priority result of any test hierarchically beneath it. The priority order is:
Icon | Result | Color and Description |
---|---|---|
![]() |
Error | A blue folder containing a ! symbol indicates that it and/or one or more of its child folders contains tests with a result of error. Note that this folder may also contain tests and folders that are Failed, Not Run, Passed, and Filtered out. |
![]() |
Failed | A red folder containing a x symbol indicates that it and/or one or more of its child folders contains tests with a result of failed. Note that this folder may also contain tests and folders that are Not Run, Passed, and Filtered out. |
![]() |
Not run | A white folder containing a - symbol indicates that it and/or one or more of its child folders contains tests with a result of not run. Note that this folder may also contain tests and folders that are Passed and Filtered out. |
![]() |
Passed |
A green folder containing a ![]() |
![]() |
Filtered out | A gray folder containing no symbols indicates that it and all of its children have been filtered out. |
When activity is occurring in a folder such as loading or running tests, the JavaTest harness displays an arrow over the folder icon. The folder icon used indicates the last known test result and does not change until its tests are completed.
After the JavaTest harness completes the tests in a folder, it displays the appropriate result status icon.