Idris2Doc : Evince.Hedgehog

Evince.Hedgehog

(source)

Definitions

runProperty : String->Property->IO (TestResult ())
  Run a property silently and return the outcome as a TestResult. A failure
carries hedgehog's report - the shrunk counterexample, diff and recheck
seed - under the given test label.

Visibility: export
prop : HasIOm=>String->Property->Specma ()
  Embed a hedgehog Property as an evince test case.

Visibility: export
itProp : HasIOm=>String->PropertyT () ->Specma ()
  Embed a PropertyT action (wraps in `property`).

Visibility: export
itProp1 : HasIOm=>String->PropertyT () ->Specma ()
  Embed a single-run property (wraps in `property1`).

Visibility: export