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

scalacheck-2-13-0-rc1

JSON →
library1.14.0javamavenunverified

Property-based testing library for Scala, compiled for Scala 2.13.0-RC1.

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

Define a simple property using ScalaCheck.

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("Property defined: " + prop); } }
Debug
Known issues
gotchaThis artifact is for Scala 2.13.0-RC1; use the stable version for production.
fix
Use scalacheck_2.13 for stable Scala 2.13.
affects: 1.14.0
Upgrade
Version history
1.14.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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