Unit Test Results Window

See Also

Unit test results are displayed in the Test Results window. When you run a test, the IDE automatically opens the window and displays a summary and description of the tests in the left pane of the window and the textual output from the unit tests in the right pane of the window.

You can filter the results that are displayed in the left pane by enabling and disabling the filters in the left side of the Test Results window. The following table describes the icons representing the filters that you can apply to the test results that are displayed.

Icon Description
Rerun test Rerun test
Show passed Show passed
Show passed with errors Show passed with errors
Show failed Show failed
Show error Show error
Show ignored Show ignored
Show skipped Show skipped

After you run a test class you can right-click any test method displayed in the Test Results window and choose Run Again from the popup menu to run the individual test method again or Debug to debug the test.

See Also
Creating a Unit Test
Running a Unit Test
About Running Java Applications

Legal Notices