JUnit Test Results Window
See Also
This window displays the results of JUnit tests in the IDE. When you run a
test, the IDE displays output in two tabs:
- The output from the Ant process that builds and runs the test is displayed
in the Output window.
- The output from the JUnit tests themselves is displayed in the JUnit Test
Results window.
To work with the JUnit test window:
- Double-click any error to jump to the line in the code where the error occurred.
- Click the Output button to view the textual JUnit output.
- Click the
button to filter switch between viewing all test results and viewing only
failures.
- See Also
- Creating a JUnit Test
- Running a JUnit Test
- About Running Java Applications
Legal Notices