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:
- A summary of the passed and failed tests and the description of failed tests
are displayed in the left pane of the window.
Click the filter button (
)
to switch between viewing all test results and viewing only the failed tests.
- The textual output from the JUnit tests themselves is displayed in the right pane of the window.
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