Registry / testing / munit-cats-effect-3-2-12

munit-cats-effect-3-2-12

JSON →
library1.0.7javamavenunverified

Integration of MUnit with Cats Effect 3 for testing effectful code.

<dependency> <groupId>org.typelevel</groupId> <artifactId>munit-cats-effect-3_2.12</artifactId> <version>1.0.7</version> </dependency>
INSTALL
IMPORT
SIG · MUNIT-CATS-EFFECT-
M
munit-cats-effect-3-2-12
testingjavav1.0.7
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.

CatsEffectSuite
munit.CatsEffectSuite

Extend CatsEffectSuite to write effectful tests with MUnit.

import munit.CatsEffectSuite; class MySuite extends CatsEffectSuite { test("example") { assert(IO.pure(42).flatMap(n => IO(n + 1)).map(_ == 43)) } }
Debug
Known issues
gotchaScala 2.12 version is for older Scala; use 2.13 or 3.x for newer projects.
fix
Use the appropriate Scala version suffix (e.g., _2.13 or _3).
affects: *
Upgrade
Version history
1.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
munit-cats-effect-3-2-12 — mvn dependency:get munit-cats-effect-3-2-12 · libregistry