Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 336802

Summary: Enable JUnit Test in the IDE
Product: [RT] Gemini.DBaccess Reporter: Juergen Kissner <juergen.kissner>
Component: CoreAssignee: Project Inbox <gemini.dbaccess-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Juergen Kissner CLA 2011-02-10 07:03:01 EST
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.