JUnit gives me "No runnable tests" when run under Eclipse, but works fine in the maven build.
I had a working test fragment, and then let the host plugin extend an extension point. This implies i need to use "Run an Plugin Test", otherwise the wiring won't work. Suddenly the test won't execute anymore. Using Maven/Tycho, however, works as expected.
Note that i do have junit as required bundle and that the test class used to work before i added the extension.
Any experience with similar problems?