ScalaTestPlus ScalaCheck integrates ScalaCheck property-based testing with ScalaTest, enabling automatic generation of test cases.
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalatestplus-scalacheck_2.13</artifactId>
<version>3.1.0.0-RC2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Write a property-based test using ScalaCheck with ScalaTest.
Use a stable release like 3.2.19.0 or later.
No dependency data recorded yet.