Registry / testing / scalacheck

scalacheck

JSON →
library1.6javamavenunverified

Property-based testing library for Scala and Java.

<dependency> <groupId>org.scala-tools.testing</groupId> <artifactId>scalacheck</artifactId> <version>1.6</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK
S
scalacheck
testingjavav1.6
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 a property that holds for all strings.

import org.scalacheck.Prop; Prop.forAll((String s) -> s.length() >= 0);
Debug
Known issues
breakingVersion 1.6 is outdated; consider using ScalaCheck 1.14+ for Java 8 support.
fix
Upgrade to a newer version like 1.14.3.
affects: <=1.6
Upgrade
Version history
1.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
scalacheck — mvn dependency:get scalacheck · libregistry