Registry / testing / groovy-test

groovy-test

JSON →
library3.0.25javamavenunverified

Testing support for the Groovy programming language, including JUnit integration.

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

GroovyTestCase
groovy.util.GroovyTestCase

Minimal example showing how to extend GroovyTestCase for unit testing.

import groovy.util.GroovyTestCase; public class Example extends GroovyTestCase { public void testSomething() { assertEquals(1, 1); } }
Debug
Known issues

No known issues recorded.

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 — mvn dependency:get groovy-test · libregistry