ScalaCheck is a library for automated property-based testing of Scala or Java programs.
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.9.3</artifactId>
<version>1.11.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define and check a property that reversing a string twice yields the original.
No known issues recorded.
No dependency data recorded yet.