Registry / testing / scalacheck-1-15-2-11

scalacheck-1-15-2-11

JSON →
library3.2.4.0-M1javamavenunverified

Integration library between ScalaCheck and ScalaTest for property-based testing.

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalacheck-1-15_2.11</artifactId> <version>3.2.4.0-M1</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-1-15-2-
S
scalacheck-1-15-2-11
testingjavav3.2.4.0-M1
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

Property-based test using ScalaCheck with ScalaTest

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

No known issues recorded.

Upgrade
Version history
3.2.4.0-M1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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