eclipse junit view - linking back to the source when clicking test name
Closed this issue · 3 comments
nico78 commented
With regular junit , if you double click the test name it takes you to the corresponding source of the test method. but here doing so complains "Test class not found in selected project", so wondered if there was anything take you to the appropriate "should" line in the code somehow
nico78 commented
and relatedly, is there a way to re-run just one of the behaviours?
RichardWarburton commented
There is no way to re-run more than one behaviour at the moment in eclipse. This is a duplicate of issue #3
RichardWarburton commented
It is an important issue to fix though.