Debugging a JUnit Test

See Also

  1. Select the node for the class whose test you wish to debug.
  2. From the main menu, choose Run > Run File > Debug Test for classname (Ctrl-Shift-F6).

    The IDE runs the test in the debugger, enabling you to examine your tests for errors.

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

Legal Notices