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

scalacheck-2-9-0-1

JSON →
library1.9javamavenunverified

ScalaCheck is a property-based testing library for Scala, enabling automated testing of program properties.

<dependency> <groupId>org.scala-tools.testing</groupId> <artifactId>scalacheck_2.9.0-1</artifactId> <version>1.9</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-2-9-0-1
S
scalacheck-2-9-0-1
testingjavav1.9
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

Checks a simple property using ScalaCheck.

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(prop.check()); } }
Debug
Known issues
breakingThis version is for Scala 2.9.0-1; ensure compatibility with your Scala version.
fix
Use the appropriate ScalaCheck version for your Scala version (e.g., scalacheck_2.13 for Scala 2.13).
affects: 1.9
Upgrade
Version history
1.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources