| Issue 23: | Add ability to test a single method based on cursor position within editor window | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Add ability to test a single method based on the cursor position within the editor window. Method to launch is defined by cursor position. If cursor is between methods the whole TestNG/JUnit class is launched. This functionality exists in an open-source Eclipse plugin named "junitrunner" found here: http://sourceforge.net/projects/junitrunner/ It's very useful since it does not force you to have to move your cursor to the Outline view or TestNG view to run a single method test. |