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

scalacheck-effect-munit-2-13

JSON →
library2.1.0javamavenunverified

Integration of ScalaCheck property-based testing with MUnit and effect types for Scala 2.13.

<dependency> <groupId>org.typelevel</groupId> <artifactId>scalacheck-effect-munit_2.13</artifactId> <version>2.1.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-EFFECT-
S
scalacheck-effect-munit-2-13
testingjavav2.1.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.

ScalaCheckEffectSuite
scalacheck.effect.munit.ScalaCheckEffectSuite

Write effectful property-based tests with ScalaCheck and MUnit.

import scalacheck.effect.munit.ScalaCheckEffectSuite import org.scalacheck.Prop class MySuite extends ScalaCheckEffectSuite { property("test") { Prop.forAll { (n: Int) => n + 1 > n } } }
Debug
Known issues
breakingThis version is for Scala 2.13; use the appropriate cross-version for other Scala versions.
fix
Ensure you depend on the correct Scala version suffix (e.g., _2.13, _3).
affects: all
Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
scalacheck-effect-munit-2-13 — mvn dependency:get scalacheck-effect-munit-2-13 · libregistry