Registry / testing / scalacheck-1-15-3

scalacheck-1-15-3

JSON →
library3.2.12.0-RC2javamavenunverified

Integration library that allows using ScalaCheck property-based testing within ScalaTest.

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalacheck-1-15_3</artifactId> <version>3.2.12.0-RC2</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-1-15-3
S
scalacheck-1-15-3
testingjavav3.2.12.0-RC2
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.scalatestplus.scalacheck.ScalaCheckPropertyChecks import org.scalatest.flatspec.AnyFlatSpec class ExampleSpec extends AnyFlatSpec with ScalaCheckPropertyChecks { "addition" should "be commutative" in { forAll { (a: Int, b: Int) => assert(a + b == b + a) } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.12.0-RC2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scalacheck-1-15-3 — mvn dependency:get scalacheck-1-15-3 · libregistry