Community
Participate
Working Groups
So far, the present JUnit Tests are started by the Bundle Activator through an explicit call to JUnitCore.runClasses(). It is impossible to execute selected test methods of a test class, because the test execution is hard coded. It would be nice if the tests could be executed by "Run as -> JUnit Plug-in Test" without the requirements to run the tests through a call of the Activator.
Solved with: http://dev.eclipse.org/viewcvs/viewvc.cgi?view=revision&root=RT_GEMINI.DBACCESS&revision=59 and http://dev.eclipse.org/viewcvs/viewvc.cgi?view=revision&root=RT_GEMINI.DBACCESS&revision=60