The Felix team is pleased to announce the release of Apache Felix
iPOJO Junit4OSGi 1.0.0
Junit4OSGi is a framework allowing the execution of JUnit tests in an
OSGi environment. It stems from the fact that testing applications on
top on OSGi is quite complex compared to classic Java unitary tests.
With junit4osgi you will be able to test all your bundles together and
check that everything works correctly.
http://felix.apache.org/site/apache-felix-ipojo-junit4osgi.html
This release (as well as the Maven plugin and two different runners)
is available from
http://felix.apache.org/site/downloads.cgi and Maven:
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
<version>1.0.0</version>
</dependency>
Enjoy!
- The Felix team