Registry / testing / scalacheck-2-13

scalacheck-2-13

JSON →
library1.19.0javamavenunverified

ScalaCheck is a property-based testing library for Scala and Java.

<dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.13</artifactId> <version>1.19.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-2-13
S
scalacheck-2-13
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

Define and check a simple property that holds for all integers.

import org.scalacheck.Prop.forAll object Example extends App { val prop = forAll { (x: Int) => x + 1 > x } prop.check }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.19.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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