Registry / testing / scalacheck-2-8-1

scalacheck-2-8-1

JSON →
library1.8javamavenunverified

Property-based testing library for Scala, generating test cases automatically.

<dependency> <groupId>org.scala-tools.testing</groupId> <artifactId>scalacheck_2.8.1</artifactId> <version>1.8</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-2-8-1
S
scalacheck-2-8-1
testingjavav1.8
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 simple property that addition with zero is identity.

import org.scalacheck.Prop.forAll val prop = forAll { (n: Int) => n + 0 == n } prop.check
Debug
Known issues
breakingScalaCheck 1.8 is for Scala 2.8.1; incompatible with modern Scala versions.
fix
Use ScalaCheck 1.14+ for Scala 2.12/2.13 or Scala 3.
affects: =1.8
Upgrade
Version history
1.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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