cats.effect.testing.scalatest

Type members

Classlikes

Copied from FS2 https://github.com/functional-streams-for-scala/fs2/blob/188a37883d7bbdf22bc4235a3a1223b14dc10b6c/core/shared/src/test/scala/fs2/Fs2Spec.scala#L73-L120

trait AsyncIOSpec extends AssertingSyntax with EffectTestSupport with RuntimePlatform
trait CatsResource[F[_], A] extends BeforeAndAfterAll
trait CatsResourceIO[A] extends CatsResource[IO, A] with RuntimePlatform

Copied from FS2 https://github.com/functional-streams-for-scala/fs2/blob/188a37883d7bbdf22bc4235a3a1223b14dc10b6c/core/shared/src/test/scala/fs2/EffectTestSupport.scala