quickcheck-io-0.2.0: Use HUnit assertions as QuickCheck properties
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.QuickCheck.IO

Documentation

propertyIO :: Assertion -> Property Source #

Orphan instances

Testable Assertion Source # 
Instance details

Methods

property :: Assertion -> Property

propertyForAllShrinkShow :: Gen a -> (a -> [a]) -> (a -> [String]) -> (a -> Assertion) -> Property