Registry / testing / scalacheck-1-15-2-13

scalacheck-1-15-2-13

JSON →
library3.2.12.0-RC2javamavenunverified

ScalaCheck is a property-based testing library for Scala, integrated with ScalaTest.

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalacheck-1-15_2.13</artifactId> <version>3.2.12.0-RC2</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-1-15-2-
S
scalacheck-1-15-2-13
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.

Prop
org.scalacheck.Prop

Defines and checks a simple property using ScalaCheck.

import org.scalacheck.Prop.forAll object Example extends App { val prop = forAll((n: Int) => n + 0 == n) prop.check() }
Debug
Known issues
gotchaThis is a release candidate (RC2); not stable for production.
fix
Use a stable release version like 3.2.12.0.
affects: 3.2.12.0-RC2
Upgrade
Version history
3.2.12.0-RC2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
scalacheck-1-15-2-13 — mvn dependency:get scalacheck-1-15-2-13 · libregistry