Registry / testing / groovy-testng

groovy-testng

JSON →
library3.0.25javamavenunverified

Groovy is a powerful, dynamic language for the JVM that integrates seamlessly with TestNG for testing.

<dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-testng</artifactId> <version>3.0.25</version> </dependency>
INSTALL
IMPORT
SIG · GROOVY-TESTNG
G
groovy-testng
testingjavav3.0.25
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.

GroovyTestNG
groovy.testng.GroovyTestNG

Minimal example using GroovyTestNG to run tests.

import groovy.testng.GroovyTestNG; public class Example { public static void main(String[] args) { GroovyTestNG runner = new GroovyTestNG(); runner.run(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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