A library for property-based testing of Scala and Java code, automatically generating test cases from specifications.
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.11</artifactId>
<version>1.15.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a property that all strings have non-negative length and checks it.
Use the correct Scala version suffix (e.g., scalacheck_2.12 for Scala 2.12).
No dependency data recorded yet.