Hello, I have read the tutorial http://felix.apache.org/site/apache-felix-ipojo-junit4osgi-tutorial.html but I didn't find it simple at all.
Currently when I run a unit test, in my IDE I can select a single unit test, a test case or a package and I select Run -> Tests. If I want to debug my test, I select Debug -> Tests. That's what I call simple. When I have worked with frameworks in the past, I had to add a few things in the setUp() and tearDown() or extend a custom abstract TestCase which did this for me, but after that the unit test ran normally, in my IDE and in maven. Has anyone done this with OSGi/iPOJO components? Regards, Peter. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

