Registry / testing / scalacheck-1-14-2-11

scalacheck-1-14-2-11

JSON →
library3.1.4.0javamavenunverified

ScalaCheck integration for ScalaTest, providing property-based testing support for Scala 2.11.

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalacheck-1-14_2.11</artifactId> <version>3.1.4.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-1-14-2-
S
scalacheck-1-14-2-11
testingjavav3.1.4.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.

ScalaCheckPropertyChecks
org.scalatestplus.scalacheck.ScalaCheckPropertyChecks

Minimal ScalaTest suite using ScalaCheck property checks.

import org.scalatestplus.scalacheck.ScalaCheckPropertyChecks import org.scalatest.funsuite.AnyFunSuite class ExampleSuite extends AnyFunSuite with ScalaCheckPropertyChecks { test("property test") { forAll { (a: Int, b: Int) => assert(a + b == b + a) } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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