Registry / testing / testng-engine

testng-engine

JSON →
library1.1.0javamavenunverified

Allows executing TestNG tests on the JUnit Platform.

<dependency> <groupId>org.junit.support</groupId> <artifactId>testng-engine</artifactId> <version>1.1.0</version> </dependency>
INSTALL
IMPORT
SIG · TESTNG-ENGINE
T
testng-engine
testingjavav1.1.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.

TestNGEngine
✓ org.junit.support.testng.engine.TestNGEngine

Minimal example showing how to instantiate the TestNG engine.

import org.junit.support.testng.engine.TestNGEngine; public class Example { public static void main(String[] args) { TestNGEngine engine = new TestNGEngine(); System.out.println("TestNG Engine initialized"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
testng-engine — mvn dependency:get testng-engine · libregistry