Registry / testing / specs2-scalacheck-sjs1-2-13

specs2-scalacheck-sjs1-2-13

JSON →
library4.23.0javamavenunverified

Integration of ScalaCheck property-based testing with the specs2 testing framework for Scala.

<dependency> <groupId>org.specs2</groupId> <artifactId>specs2-scalacheck_sjs1_2.13</artifactId> <version>4.23.0</version> </dependency>
INSTALL
IMPORT
SIG · SPECS2-SCALACHECK-
S
specs2-scalacheck-sjs1-2-13
testingjavav4.23.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.

ScalaCheckPropertyCheck
org.specs2.scalacheck.ScalaCheckPropertyCheck

Defines a property-based test using ScalaCheck within a specs2 specification.

import org.specs2.scalacheck.ScalaCheckPropertyCheck import org.specs2.mutable.Specification class ExampleSpec extends Specification with ScalaCheckPropertyCheck { "string length" should { "be non-negative" in prop { (s: String) => s.length >= 0 } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.23.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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