Registry / testing / pax-exam-invoker-junit

pax-exam-invoker-junit

JSON →
library4.14.0javamavenunverified

JUnit invoker for Pax Exam, an integration testing framework for OSGi and Java platforms.

<dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-invoker-junit</artifactId> <version>4.14.0</version> </dependency>
INSTALL
IMPORT
SIG · PAX-EXAM-INVOKER-J
P
pax-exam-invoker-junit
testingjavav4.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PaxExam
org.ops4j.pax.exam.junit.PaxExam

Run an OSGi integration test with Pax Exam and JUnit.

import org.junit.runner.RunWith; import org.ops4j.pax.exam.junit.PaxExam; @RunWith(PaxExam.class) public class MyTest { // test methods }
Debug
Known issues
gotchaPax Exam requires OSGi container setup; tests may fail without proper configuration.
fix
Ensure your test dependencies include an OSGi framework (e.g., Apache Felix) and proper Pax Exam options.
affects: all
Upgrade
Version history
4.14.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
pax-exam-invoker-junit — mvn dependency:get pax-exam-invoker-junit · libregistry