Debugging a JUnit Test
See Also
Select the node for the class whose test you wish to debug.
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.
You can also debug a class's test by selecting the test class node itself and choosing Run > Run File > Debug
testclassname
(Ctrl-Shift-F5).
See Also
Running a JUnit Test
Creating a JUnit Test
About Running Java Applications
About Debugging Java Applications
Legal Notices