Registry / testing / pax-exam-junit4

pax-exam-junit4

JSON →
library4.14.0javamavenunverified

Pax Exam JUnit4 provides integration testing support for OSGi and Java platforms using JUnit 4 test runners.

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

JUnit4TestRunner
org.ops4j.pax.exam.junit4.JUnit4TestRunner

Minimal Pax Exam JUnit4 test using the JUnit4TestRunner.

import org.junit.Test; import org.junit.runner.RunWith; import org.ops4j.pax.exam.junit4.JUnit4TestRunner; @RunWith(JUnit4TestRunner.class) public class ExampleTest { @Test public void testSomething() { System.out.println("Test running with Pax Exam"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.14.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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