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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a property-based test that checks the absolute value of integers is non-negative.
No known issues recorded.
No dependency data recorded yet.