Registry / testing / scalacheck-1-16-3

scalacheck-1-16-3

JSON →
library3.2.14.0javamavenunverified

Provides ScalaCheck property-based testing support for Scala 3.

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalacheck-1-16_3</artifactId> <version>3.2.14.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-1-16-3
S
scalacheck-1-16-3
testingjavav3.2.14.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.

Prop
org.scalacheck.Prop

Defines a property-based test for addition commutativity.

import org.scalacheck.Prop.forAll object ExampleCheck extends Properties("Example") { property("addition") = forAll { (a: Int, b: Int) => a + b == b + a } }
Debug
Known issues
breakingThis package is for Scala 3; use the appropriate version for your Scala version.
fix
Ensure you use the correct artifact for your Scala version (e.g., _2.13).
affects: *
Upgrade
Version history
3.2.14.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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