Registry / testing / pax-exam

pax-exam

JSON →
library4.14.0javamavenunverified

Pax Exam is an integration testing framework for modern Java platforms, especially OSGi.

<dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam</artifactId> <version>4.14.0</version> </dependency>
INSTALL
IMPORT
SIG · PAX-EXAM
P
pax-exam
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

Runs a JUnit test with Pax Exam runner.

import org.junit.runner.RunWith; import org.ops4j.pax.exam.junit.PaxExam; @RunWith(PaxExam.class) public class MyTest { @org.junit.Test public void test() { System.out.println("Running Pax Exam test"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.14.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pax-exam — mvn dependency:get pax-exam · libregistry