ScalaCheck is a property-based testing library for Scala and Java, enabling automated specification-based testing.
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.12</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.
Defines a simple property-based test using ScalaCheck.
Use the appropriate artifact for your Scala version (e.g., scalacheck_2.13).
No dependency data recorded yet.