haskell-template-task-embedded-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

TestHelper

Documentation

qcWithTimeout :: Testable prop => Int -> prop -> Assertion Source #

qc :: Testable prop => Int -> prop -> Assertion Source #

qc' :: Testable prop => Int -> Int -> prop -> Assertion Source #

qcWithArgs :: Testable prop => Int -> Args -> prop -> Assertion Source #