Registry / testing / scalacheck-2-9-3

scalacheck-2-9-3

JSON →
library1.11.6javamavenunverified

ScalaCheck is a library for automated property-based testing of Scala or Java programs.

<dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.9.3</artifactId> <version>1.11.6</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-2-9-3
S
scalacheck-2-9-3
testingjavav1.11.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 and check a property that reversing a string twice yields the original.

import org.scalacheck.Prop.forAll val prop = forAll((s: String) => s.reverse.reverse == s) prop.check
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.11.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scalacheck-2-9-3 — mvn dependency:get scalacheck-2-9-3 · libregistry