Registry / testing / scalacheck-2-9-1-1

scalacheck-2-9-1-1

JSON →
library1.10.1javamavenunverified

ScalaCheck is a property-based testing library for Scala and Java, generating test cases automatically.

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

Runs a simple property-based test using ScalaCheck.

import org.scalacheck.Prop; import org.scalacheck.Properties; public class Quickstart { public static void main(String[] args) { Properties props = new Properties("String"); props.property("startsWith", Prop.forAll((String s) -> s.startsWith(s.substring(0, 0)))); props.check(System.out::println); } }
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-1 — mvn dependency:get scalacheck-2-9-1-1 · libregistry