org.specs2.cats.effect

Type members

Classlikes

trait CatsEffect(using executionEnv: ExecutionEnv, ioRuntime: IORuntime) extends IOExecution with IOMatchers with SyncIOExecution with SyncIOMatchers with CatsResourceExecution
trait CatsResource[T](using ioRuntime: IORuntime) extends Resource[T] with IOExecution

This is

This is

trait IOMatchers(using executionEnv: ExecutionEnv, ioRuntime: IORuntime) extends ValueChecks

Matchers for IO. These will run asynchronously on the (overridable) IORuntime.

Matchers for IO. These will run asynchronously on the (overridable) IORuntime.

trait SyncIOMatchers extends ValueChecks