test-framework-0.1.2: Framework for running and organising tests, with HUnit and QuickCheck support

Test.Framework.Providers.QuickCheck

Synopsis

Documentation

testProperty :: Testable a => TestName -> a -> TestSource

Create a Test for a QuickCheck Testable property