Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Distribution.TestSuite.QuickCheck
Description
Joins the QuickCheck testing library with Cabal's detailed interface.
QuickCheck testing
testProperty :: Testable p => String -> p -> Test Source
Test a QuickCheck property using the current arguments and the given name.
testPropertyWithOptions :: Testable p => String -> Options -> p -> Either String Test Source
Test a QuickCheck property using the given arguments and name.
Re-export of Cabal's interface
data Test :: *