JUnit Test Results Window

See Also

JUnit test results are displayed in the JUnit Test Results window. When you run a test, the IDE automatically opens the window and displays the results in two tabs:

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

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

Legal Notices