AsyncIOSpec

class Object
trait Matchable
class Any

Type members

Inherited classlikes

class Asserting[F[_], A](self: F[A])

Provides various ways to make test assertions on an F[A].

Provides various ways to make test assertions on an F[A].

Inherited from
AssertingSyntax

Implicits

Implicits

implicit val ioRuntime: IORuntime

Inherited implicits

implicit def executionContext: ExecutionContext
Inherited from
EffectTestSupport
implicit def ioToFutureAssertion(io: IO[Assertion]): Future[Assertion]
Inherited from
EffectTestSupport
implicit def ioUnitToFutureAssertion(io: IO[Unit]): Future[Assertion]
Inherited from
EffectTestSupport
implicit def syncIoToFutureAssertion(io: SyncIO[Assertion]): Future[Assertion]
Inherited from
EffectTestSupport
implicit def syncIoUnitToFutureAssertion(io: SyncIO[Unit]): Future[Assertion]
Inherited from
EffectTestSupport