MUnitCatsAssertionsForSyncIOUnitOps

class MUnitCatsAssertionsForSyncIOUnitOps(io: SyncIO[Unit])
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Asserts that this effect returns the Unit value.

Asserts that this effect returns the Unit value.

For example:

 SyncIO.unit.assert // OK