Community
Participate
Working Groups
Build Identifier: Build id: 20100617-1415 Currently, if you place the caret inside a method body and press the run as > junit test shortcut it debugs the entire test unit class, maybe it should debug the current method, because after all I'm working in that test method, the most probable is that I want to debug it. Reproducible: Always Steps to Reproduce: 1. open junit test file 2. place caret in some method body (not signature) 3. right clic > run as > junit test
The JUnit launcher is owned by JUI.
It works if you select the method declaration in the editor (use Ctrl+Shift+Up) or the method in the Outline or Package Explorer. *** This bug has been marked as a duplicate of bug 209545 ***