Testing support for OSGi
This project provides a set of bundles which contain useful and helpful classes for testing of OSGi API.
This artifact includes common utility classes which are useful in all testing scenarios.
This artifact provides support classes for OSGi testing with AssertJ including custom assertions.
This artifact provides support classes for OSGi testing with JUnit 4 including JUnit 4 Rules.
This artifact provides support classes for OSGi testing with JUnit 5 including JUnit 5 Extensions.
We use Maven to build and the repo includes mvnw
.
You can use your system mvn
but we require a recent version.
./mvnw clean install
- Assembles and tests the project
We use JaCoCo to collect code coverage statistics. Thes are uploaded to Codecov or you can view the results by running mvnw verify
on your local machine.
Currently OSGi Testing artifacts are available as snapshots from the Sonatype OSS repository:
https://oss.sonatype.org/content/repositories/snapshots/
See the open issues for the list of outstanding TODOs.
This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which is available at https://www.apache.org/licenses/LICENSE-2.0.
Want to hack? There are instructions to get you started.
They are probably not perfect, please let us know if anything feels wrong or incomplete.
This project uses the Bnd Maven Plugins to build.