Sunday 8 September 2013

Can I add a link to my test methods that opens the method under test (intellij and junit, and spring)

Can I add a link to my test methods that opens the method under test
(intellij and junit, and spring)

myuch like I could add a //todo or link to an issue //myIssue-ID
I want to have something like, which is clickable and opens up the source
//link com.stack.myClass.myMethod()
public void testMyMethod(){
...
}

No comments:

Post a Comment