Registry / testing / munit-scalacheck-2-12

munit-scalacheck-2-12

JSON →
library1.2.0javamavenunverified

Integration library combining munit testing framework with ScalaCheck property-based testing for Scala 2.12.

<dependency> <groupId>org.scalameta</groupId> <artifactId>munit-scalacheck_2.12</artifactId> <version>1.2.0</version> </dependency>
INSTALL
IMPORT
SIG · MUNIT-SCALACHECK-2
M
munit-scalacheck-2-12
testingjavav1.2.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.

ScalaCheckSuite
munit.ScalaCheckSuite

Define a property-based test using ScalaCheck within munit.

import munit.ScalaCheckSuite import org.scalacheck.Prop._ class MySuite extends ScalaCheckSuite { property("addition is commutative") { forAll { (a: Int, b: Int) => a + b == b + a } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
6
Resources
munit-scalacheck-2-12 — mvn dependency:get munit-scalacheck-2-12 · libregistry