Registry / testing / pax-exam-testng

pax-exam-testng

JSON →
library4.14.0javamavenunverified

Provides TestNG integration for Pax Exam, an OSGi testing framework.

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

TestNGTestContainer
org.ops4j.pax.exam.testng.TestNGTestContainer

Runs a TestNG test using Pax Exam container.

import org.ops4j.pax.exam.testng.TestNGTestContainer; import org.testng.annotations.Test; public class Main { @Test public void test() { TestNGTestContainer container = new TestNGTestContainer(); container.run(); } }
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-testng — mvn dependency:get pax-exam-testng · libregistry