A property-based testing library for Scala, providing automatic generation of test data and property checking.
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_native0.4_2.13</artifactId>
<version>1.17.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines and checks a property that addition is commutative.
Use the appropriate ScalaCheck artifact for your platform (e.g., scalacheck_2.13 for JVM).
No dependency data recorded yet.