Registry / testing / munit-scalacheck-sjs1-2-13

munit-scalacheck-sjs1-2-13

JSON →
library1.2.0javamavenunverified

MUnit ScalaCheck integration for property-based testing in Scala, targeting Scala.js 1.x and Scala 2.13.

<dependency> <groupId>org.scalameta</groupId> <artifactId>munit-scalacheck_sjs1_2.13</artifactId> <version>1.2.0</version> </dependency>
INSTALL
IMPORT
SIG · MUNIT-SCALACHECK-S
M
munit-scalacheck-sjs1-2-13
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

Defines a property-based test suite using MUnit and ScalaCheck.

import munit.ScalaCheckSuite import org.scalacheck.Prop class MySuite extends ScalaCheckSuite { property("addition is commutative") { Prop.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
2 hits · last 30 days
node
2
Resources
munit-scalacheck-sjs1-2-13 — mvn dependency:get munit-scalacheck-sjs1-2-13 · libregistry