Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336802 - Enable JUnit Test in the IDE
Summary: Enable JUnit Test in the IDE
Status: RESOLVED FIXED
Alias: None
Product: Gemini.DBaccess
Classification: RT
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-10 07:03 EST by Juergen Kissner CLA
Modified: 2012-01-02 18:06 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.