Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The JUnit4OSGi framework: a simple test framework for OSGi

Why Junit4OSGi ?

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

...

These examples can be downloaded here : INSERT URL HERE.

The remixed JUnit example

...