Registry / testing / specs2-scalacheck-2-10

specs2-scalacheck-2-10

JSON →
library3.10.0javamavenunverified

Integration library for using ScalaCheck property-based testing with the specs2 testing framework.

<dependency> <groupId>org.specs2</groupId> <artifactId>specs2-scalacheck_2.10</artifactId> <version>3.10.0</version> </dependency>
INSTALL
IMPORT
SIG · SPECS2-SCALACHECK-
S
specs2-scalacheck-2-10
testingjavav3.10.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.

ScalaCheck
org.specs2.scalacheck.ScalaCheck

Minimal specs2 specification using ScalaCheck property testing.

import org.specs2.scalacheck.ScalaCheck import org.specs2.Specification class ExampleSpec extends Specification with ScalaCheck { def is = s2""" This is a property-based test ${ prop((s: String) => s.length >= 0) } """ }
Debug
Known issues
breakingScala 2.10 is end-of-life; upgrade to Scala 2.12 or 2.13.
fix
Use a newer version of specs2 and Scala.
affects: >=3.10.0
Upgrade
Version history
3.10.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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