Bug 258943

Summary: JUnit test runner should include ability to run tests from multiple projects at once
Product: [Eclipse Project] PDE Reporter: Micah Hainline <micah_hainline>
Component: UIAssignee: PDE-UI-Inbox <pde-ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3 CC: curtis.windatt.public
Version: 3.4   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

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 ***