Registry / testing / scalacheck-2-13-0-rc2

scalacheck-2-13-0-rc2

JSON →
library1.14.0javamavenunverified

A property-based testing library for Scala, enabling automated test case generation.

<dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.13.0-RC2</artifactId> <version>1.14.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-2-13-0-
S
scalacheck-2-13-0-rc2
testingjavav1.14.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

Minimal example showing import and usage of Prop.

import org.scalacheck.Prop; public class Quickstart { public static void main(String[] args) { Prop prop = Prop.forAll((String s) -> s.length() >= 0); System.out.println("Property defined"); } }
Debug
Known issues
breakingThis version targets Scala 2.13.0-RC2, which is a release candidate and may have compatibility issues with stable Scala 2.13.x.
fix
Use a version targeting stable Scala 2.13, e.g., scalacheck_2.13.
affects: <=1.14.0
Upgrade
Version history
1.14.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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