Issue 23: Add ability to test a single method based on cursor position within editor window
Status:  New
Owner: ----
Reported by tony.fal...@gmail.com, Mar 8, 2008
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.