Registry / testing / munit-scalacheck-3

munit-scalacheck-3

JSON →
library1.3.0javamavenunverified

Integration library that enables property-based testing with ScalaCheck in the MUnit testing framework.

<dependency> <groupId>org.scalameta</groupId> <artifactId>munit-scalacheck_3</artifactId> <version>1.3.0</version> </dependency>
INSTALL
IMPORT
SIG · MUNIT-SCALACHECK-3
M
munit-scalacheck-3
testingjavav1.3.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 suite using MUnit and ScalaCheck.

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.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
munit-scalacheck-3 — mvn dependency:get munit-scalacheck-3 · libregistry