RichardWarburton/lambda-behave

eclipse junit view - linking back to the source when clicking test name

Closed this issue · 3 comments

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

and relatedly, is there a way to re-run just one of the behaviours?

There is no way to re-run more than one behaviour at the moment in eclipse. This is a duplicate of issue #3

It is an important issue to fix though.