Hi there,
Not sure if this is possible, but it'll save me a lot of time if it is. When I create a Junit4 test case in Eclise, I don't usually included all the methods that I'd like to test first, and later on, I'd like to add the untested methods or new methods to the test case. Currently, I'm doing this by typing new test methods in the existing test case class. Is there a way for me to highlight the method name, and create a test case if not existed or add to an existing test case in Eclipse? Thanks in advance!
David