Registry / testing / scalacheck-3

scalacheck-3

JSON →
library1.19.0javamavenunverified

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

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

Define and check a simple property that all strings have non-negative length.

import org.scalacheck.Prop.forAll val prop = forAll((s: String) => s.length >= 0) 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-3 — mvn dependency:get scalacheck-3 · libregistry