MUnitCatsAssertionsForIOUnitOps

class MUnitCatsAssertionsForIOUnitOps(io: IO[Unit])
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Asserts that this effect returns the Unit value.

Asserts that this effect returns the Unit value.

For example:

 IO.unit.assert // OK