Bug 258943 - JUnit test runner should include ability to run tests from multiple projects at once
Summary: JUnit test runner should include ability to run tests from multiple projects ...
Status: CLOSED DUPLICATE of bug 111126
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: PC All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-16 09:47 EST by Micah Hainline CLA
Modified: 2010-05-06 16:52 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Micah Hainline CLA 2008-12-16 09:47:35 EST
Currently the test runner in Eclipse can only run tests from a  single plugin.  This hampers test-driven design for larger projects.  The test runners are also very different in the IDE from the ones available at the command line.  We need a new test runner that is JUnit4 enabled, able to run all tests in multiple plugins (perhaps feature-based), and has a command-line version.  I have spiked this out enough to know that it can be done without a killer amount of effort, though it is by no means a small task.  

Since there is not a nice way to create a dynamic test suite in JUnit4, and because we don't even have a way to run JUnit4 plugin tests from the command line, this would be particularly valuable for those folks.
Comment 1 Curtis Windatt CLA 2010-05-06 16:52:17 EDT

*** This bug has been marked as a duplicate of bug 111126 ***