Registry / testing / spock-global-unroll

spock-global-unroll

JSON →
library0.5.1javamavenunverified

Spock extension that automatically enables unrolling for all parametrized tests in a project.

<dependency> <groupId>info.solidsoft.spock</groupId> <artifactId>spock-global-unroll</artifactId> <version>0.5.1</version> </dependency>
INSTALL
IMPORT
SIG · SPOCK-GLOBAL-UNROL
S
spock-global-unroll
testingjavav0.5.1
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.

GlobalUnrollExtension
info.solidsoft.spock.globalunroll.GlobalUnrollExtension

Demonstrates automatic unrolling of parametrized Spock tests with the global unroll extension.

import info.solidsoft.spock.globalunroll.GlobalUnrollExtension // The extension is automatically applied when added as a dependency. // No explicit import needed in test classes. class MySpec extends spock.lang.Specification { @Unroll def "maximum of #a and #b is #c"() { expect: Math.max(a, b) == c where: a | b || c 1 | 3 || 3 7 | 4 || 7 0 | 0 || 0 } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
spock-global-unroll — mvn dependency:get spock-global-unroll · libregistry