Registry / testing / jqwik
library1.9.3javamavenunverified

Jqwik is a property-based testing library for Java, inspired by QuickCheck.

<dependency> <groupId>net.jqwik</groupId> <artifactId>jqwik</artifactId> <version>1.9.3</version> </dependency>
INSTALL
IMPORT
SIG · JQWIK
J
jqwik
testingjavav1.9.3
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.

Property
net.jqwik.api.Property

Defines a property-based test that checks the absolute value of integers is non-negative.

import net.jqwik.api.Property; import net.jqwik.api.ForAll; public class Main { @Property boolean absoluteValueOfAllNumbersIsPositive(@ForAll int anInt) { return Math.abs(anInt) >= 0; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jqwik — mvn dependency:get jqwik · libregistry