Registry / testing / scalatestplus-scalacheck-2-11

scalatestplus-scalacheck-2-11

JSON →
library3.1.0.0-RC2javamavenunverified

Integration library that combines ScalaTest with ScalaCheck property-based testing for Scala 2.11.

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalatestplus-scalacheck_2.11</artifactId> <version>3.1.0.0-RC2</version> </dependency>
INSTALL
IMPORT
SIG · SCALATESTPLUS-SCAL
S
scalatestplus-scalacheck-2-11
testingjavav3.1.0.0-RC2
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 spec using ScalaCheck property checks.

import org.scalatestplus.scalacheck.ScalaCheckPropertyChecks import org.scalatest.flatspec.AnyFlatSpec class ExampleSpec extends AnyFlatSpec with ScalaCheckPropertyChecks { "String concatenation" should "be associative" in { forAll { (a: String, b: String, c: String) => assert((a + b) + c == a + (b + c)) } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.0.0-RC2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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