Module
Test.PMockSpecs
- Package
- purescript-pmock
- Repository
- pujoheadsoft/purescript-pmock
#runRuntimeThrowableFunction Source
runRuntimeThrowableFunction :: forall r m. MonadThrow Error m => (Unit -> r) -> m Unit
#expectErrorWithMessage Source
expectErrorWithMessage :: forall m t. MonadError Error m => String -> m t -> m Unit