Folders

The JavaTest harness uses icons to indicate folder run status and result status.

Run Status

When activity is occurring in a folder such as loading or running tests, the JavaTest harness displays a double arrow in place of the folder icon.

After the JavaTest harness completes the tests in a folder, it displays the appropriate result status icon.

Result Status

The folder icons in the test tree take on the color of the highest priority result of any test hierarchically beneath it. The priority order is:

Icon
Result Color and Description
image Error A blue folder 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 red, white, green, and gray.
image Failed A red folder 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 white, green, and gray.
image Not run A white folder 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 green and gray.
image Passed A green folder indicates that it and all of its children have a result of passed. Note that this folder may also contain tests and folders that are gray.
image Filtered out A gray folder indicates that it and all of its children have been filtered out.