Registry / testing / scalacheck-1-17-2-12

scalacheck-1-17-2-12

JSON →
library3.2.18.0javamavenunverified

Integration library between ScalaTest and ScalaCheck 1.17 for Scala 2.12.

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalacheck-1-17_2.12</artifactId> <version>3.2.18.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-1-17-2-
S
scalacheck-1-17-2-12
testingjavav3.2.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ScalaCheckPropertyChecks
org.scalatestplus.scalacheck.ScalaCheckPropertyChecks

Uses ScalaCheck property checks inside a ScalaTest spec.

import org.scalatest.flatspec.AnyFlatSpec import org.scalatestplus.scalacheck.ScalaCheckPropertyChecks class ExampleSpec extends AnyFlatSpec with ScalaCheckPropertyChecks { "reverse" should "work" in { forAll((s: String) => assert(s.reverse.reverse == s)) } }
Debug
Known issues
gotchaScalaCheck 1.17 is older; newer versions may have breaking changes.
fix
Use scalacheck-1-18 or later with appropriate ScalaTestPlus version.
affects: <=3.2.18.0
Upgrade
Version history
3.2.18.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scalacheck-1-17-2-12 — mvn dependency:get scalacheck-1-17-2-12 · libregistry