Registry / testing / scalacheck-sjs1-3

scalacheck-sjs1-3

JSON →
library1.19.0javamavenunverified

Property-based testing library for Scala, cross-compiled for Scala.js.

<dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_sjs1_3</artifactId> <version>1.19.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-SJS1-3
S
scalacheck-sjs1-3
testingjavav1.19.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 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
breakingScalaCheck 1.19.0 requires Scala 3.x; not compatible with Scala 2.x.
fix
Use scalacheck_2.13 or scalacheck_2.12 for Scala 2.x projects.
affects: >=1.19.0
Upgrade
Version history
1.19.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
scalacheck-sjs1-3 — mvn dependency:get scalacheck-sjs1-3 · libregistry