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

scalacheck-2-13-0-rc3

JSON →
library1.14.0javamavenunverified

Property-based testing library for Scala, automatically generating test cases to verify program properties.

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

Defines and checks a property that string length is non-negative.

import org.scalacheck.Prop; import org.scalacheck.Prop.forAll; public class Main { public static void main(String[] args) { Prop prop = forAll((String s) -> s.length() >= 0); prop.check(); } }
Debug
Known issues
breakingThis version targets Scala 2.13.0-RC3; may not be compatible with final Scala 2.13 releases.
fix
Use scalacheck_2.13 for final Scala 2.13 compatibility.
affects: 1.14.0
Upgrade
Version history
1.14.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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