This projects contains a system for testing the specification conformance of an OSGi framework. The tests are created to run inside Pax Exam so different framework vendors can be used.
To build the framework, use 'ant' Refer to project home page for more information
The JUnit tests are executed by the Pax Exam JUnitTestRunner. This creates a testcontainer that runs Pax Exam in a separate VM. Every testmethod is executed in a new framework instance.
A short overview of the project's code:
/src
contains all sources, from which the testing bundles will be built/ext
contains all compile- and runtime dependencies for running the tests/lib
contains compile-time only dependencies/var
contains resources for creating the testreport
Use separate project OSGi specification tests