Registry / testing / scalacheck-2-9-1

scalacheck-2-9-1

JSON →
library1.10.1javamavenunverified

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

<dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.9.1</artifactId> <version>1.10.1</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-2-9-1
S
scalacheck-2-9-1
testingjavav1.10.1
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

Shows basic property definition using ScalaCheck's Prop class.

import org.scalacheck.Prop; public class Example { public static void main(String[] args) { Prop prop = Prop.forAll((String s) -> s.length() >= 0); System.out.println(prop.check()); } }
Debug
Known issues
breakingScalaCheck 1.10.1 is outdated; newer versions have different APIs.
fix
Upgrade to a newer version like 1.17.0 and adjust imports accordingly.
affects: <=1.10.1
Upgrade
Version history
1.10.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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