cabal-test-quickcheck-0.1.1: QuickCheck for Cabal

Safe HaskellNone

Distribution.TestSuite.QuickCheck

Contents

Description

Joins the QuickCheck testing library with Cabal's detailed interface.

Synopsis

QuickCheck testing

testProperty :: Testable p => String -> p -> TestSource

Test a QuickCheck property using the current arguments and the given name.

testPropertyWithOptions :: Testable p => String -> Options -> p -> Either String TestSource

Test a QuickCheck property using the given arguments and name.

Re-export of Cabal's interface

data Test