Registry / testing / specs2-scalacheck-2-13

specs2-scalacheck-2-13

JSON →
library4.20.9javamavenunverified

specs2-scalacheck provides integration between specs2 testing framework and ScalaCheck property-based testing for Scala 2.13.

<dependency> <groupId>org.specs2</groupId> <artifactId>specs2-scalacheck_2.13</artifactId> <version>4.20.9</version> </dependency>
INSTALL
IMPORT
SIG · SPECS2-SCALACHECK-
S
specs2-scalacheck-2-13
testingjavav4.20.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.

ScalaCheckPropertyCheck
org.specs2.scalacheck.ScalaCheckPropertyCheck

Using ScalaCheck property-based testing with specs2.

import org.specs2.scalacheck.ScalaCheckPropertyCheck import org.scalacheck.Prop class ExampleSpec extends org.specs2.mutable.Specification with ScalaCheckPropertyCheck { "property test" >> { Prop.forAll { (n: Int) => n + 1 > n } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.20.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
specs2-scalacheck-2-13 — mvn dependency:get specs2-scalacheck-2-13 · libregistry