Registry / testing / scalacheck-effect-munit-3

scalacheck-effect-munit-3

JSON →
library2.1.0javamavenunverified

Integration library for using ScalaCheck with MUnit and effect systems like cats-effect.

<dependency> <groupId>org.typelevel</groupId> <artifactId>scalacheck-effect-munit_3</artifactId> <version>2.1.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-EFFECT-
S
scalacheck-effect-munit-3
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

Example of a property-based test using ScalaCheckEffectSuite.

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

No known issues recorded.

Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
scalacheck-effect-munit-3 — mvn dependency:get scalacheck-effect-munit-3 · libregistry