MUnitCatsAssertionsForIOBooleanOps

class MUnitCatsAssertionsForIOBooleanOps(io: IO[Boolean])
class Object
trait Matchable
class Any

Value members

Concrete methods

def assert(loc: Location): IO[Unit]

Asserts that this effect returns an expected value.

Asserts that this effect returns an expected value.

For example:

 IO(true).assert // OK