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

munit-cats-effect-2-12

JSON →
library2.2.0javamavenunverified

MUnit Cats Effect provides integration between MUnit testing framework and Cats Effect for Scala 2.12.

<dependency> <groupId>org.typelevel</groupId> <artifactId>munit-cats-effect_2.12</artifactId> <version>2.2.0</version> </dependency>
INSTALL
IMPORT
SIG · MUNIT-CATS-EFFECT-
M
munit-cats-effect-2-12
testingjavav2.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.

CatsEffectSuite
munit.CatsEffectSuite

Minimal MUnit Cats Effect test suite.

import munit.CatsEffectSuite; class MySuite extends CatsEffectSuite { test("example") { assert(IO.pure(1).unsafeRunSync() == 1) } }
Debug
Known issues
breakingScala version mismatch: this package is compiled for Scala 2.12 only.
fix
Ensure your project uses Scala 2.12.x or find the appropriate version for your Scala version.
affects: all
Upgrade
Version history
2.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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