I am trying to subclass BlockJUnit4ClassRunner
, in order to be able to use
this nice parameterizing framework: JUnitParams.
I can't use the built-in JUnit parameterizing runner, since I need to do some additional work in the runner.
Anyway, eclipse will run the tests, but when trying to double-click the JUnit display in order to jump to the test code, it prompts a "Test class not found in selected project" error.
Does anyone happen to know where in the Runner code can I set the connection between the JUnit plugin and the code?