Registry / testing / groovy-test-junit5

groovy-test-junit5

JSON →
library3.0.25javamavenunverified

Groovy integration with JUnit 5, enabling Groovy-based testing with JUnit 5 features.

<dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-test-junit5</artifactId> <version>3.0.25</version> </dependency>
INSTALL
IMPORT
SIG · GROOVY-TEST-JUNIT5
G
groovy-test-junit5
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.

GroovyTestSuite
groovy.util.GroovyTestSuite

Create a JUnit test suite from Groovy test classes.

import groovy.util.GroovyTestSuite; import junit.framework.Test; public class GroovyJUnit5Example { public static Test suite() { GroovyTestSuite suite = new GroovyTestSuite(); return suite; } }
Debug
Known issues
gotchaGroovy 3.x may have compatibility issues with newer JUnit 5 versions.
fix
Use Groovy 4.x or later for full JUnit 5 support.
affects: 3.x
Upgrade
Version history
3.0.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
groovy-test-junit5 — mvn dependency:get groovy-test-junit5 · libregistry