Registry / testing / specs2-scalacheck-2-11

specs2-scalacheck-2-11

JSON →
library4.10.6javamavenunverified

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

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

Specification
org.specs2.Specification

Defines a simple Specs2 specification.

import org.specs2._ class MySpec extends Specification { def is = s2""" This is a specification example 1 must be true $e1 """ def e1 = 1 must_== 1 }
Debug
Known issues
breakingThis library is specific to Scala 2.11; it will not work with other Scala versions.
fix
Use the appropriate version of specs2-scalacheck for your Scala version (e.g., specs2-scalacheck_2.12, specs2-scalacheck_2.13).
affects: all
Upgrade
Version history
4.10.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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