Registry / testing / scalacheck-1-14-2-13

scalacheck-1-14-2-13

JSON →
library3.1.4.0javamavenunverified

Integration library for using ScalaCheck property-based testing with ScalaTest.

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalacheck-1-14_2.13</artifactId> <version>3.1.4.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-1-14-2-
S
scalacheck-1-14-2-13
testingjavav3.1.4.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.

ScalaCheckPropertyChecks
org.scalatestplus.scalacheck.ScalaCheckPropertyChecks

Property-based test checking commutativity of addition.

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

No known issues recorded.

Upgrade
Version history
3.1.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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