ScalaCheck is a library for property-based testing of Scala and Java programs.
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_3</artifactId>
<version>1.19.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define and check a simple property that all strings have non-negative length.
No known issues recorded.
No dependency data recorded yet.