cleveland-0.3.1: Testing framework for Morley.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Cleveland.Internal.Hedgehog

Description

Hedgehog-related helpers

Synopsis

Documentation

testScenarioProps :: (HasCallStack, MonadIO m, MonadTest m) => Scenario PureM -> m () Source #

Run an Scenario via the Morley.Michelson.Runtime emulator, inside an hedgehog property.

evalIO :: (HasCallStack, MonadIO m, MonadTest m) => IO a -> m a Source #