Registry / testing / cats-effect-testing-specs2-2-13

cats-effect-testing-specs2-2-13

JSON →
library0.5.4javamavenunverified

Provides integration between cats-effect and Specs2 testing framework for Scala 2.13.

<dependency> <groupId>com.codecommit</groupId> <artifactId>cats-effect-testing-specs2_2.13</artifactId> <version>0.5.4</version> </dependency>
INSTALL
IMPORT
SIG · CATS-EFFECT-TESTIN
C
cats-effect-testing-specs2-2-13
testingjavav0.5.4
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.

CatsEffect
cats.effect.testing.specs2.CatsEffect

Mixes CatsEffect trait into a Specs2 specification to test cats-effect IO.

import cats.effect.testing.specs2.CatsEffect import org.specs2.mutable.Specification class MySpec extends Specification with CatsEffect { "my test" >> { IO.pure(1).map(_ + 1) must returnValue(2) } }
Debug
Known issues
breakingThis version is for Scala 2.13 only; ensure your project uses Scala 2.13.
fix
Use the appropriate artifact for your Scala version (e.g., cats-effect-testing-specs2_3 for Scala 3).
affects: 0.5.4
Upgrade
Version history
0.5.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
12
Amazon
3
OpenAI (training)
1
Resources
cats-effect-testing-specs2-2-13 — mvn dependency:get cats-effect-testing-specs2-2-13 · libregistry