Project
IntelliJ IDEA
Priority
Normal
Type
Feature
Fix versions
No Fix versions
State
Open
Assignee
Jan Thomä
Subsystem
OSGi Support
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Nick Pratt
    3 years ago (24 Jan 2009 00:49)
  • Updated by   Jan Thomä
    14 months ago (16 Nov 2010 10:30)
  • Jira: IDEADEV-40362
    (history, comments)
 
IDEA-47587 Support execution of jUnit tests inside a bundle
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Please support runtime configuration to run junit tests that are defined inside a bundle which rely on various OSGI framework objects to be instantiated (see Eclispe)
Comments (2)
 
History
 
Linked Issues (?)
 
Robert F. Beeger
  Robert F. Beeger
27 Jan 2009 22:38
3 years ago
This is certainly on the agenda but most likely not in the nearest future.

The Eclipse testing framework is really a pain - have you ever tried to use it on a continuous integration server directly from Ant?

For Osmorc we would need something that integrates with IDEA's test runner. TestNG support would also be nice.
Jan Thomä
  Jan Thomä
16 Nov 2010 10:30
14 months ago
Nick, you may want to have a look at Arquillian, which enables OSGi testing with plain JUnit4. I think it would be better to use such a framework instead of building something proprietary into the plugin, because you could use Arquillian with with Maven and Ant as well, so you got one tool for IDE and CI.