test-framework-quickcheck-0.2.4: QuickCheck support for the test-framework package.Source codeContentsIndex
Test.Framework.Providers.QuickCheck
Description

Allows QuickCheck1 properties to be used with the test-framework package.

For an example of how to use test-framework, please see http://github.com/batterseapower/test-framework/raw/master/example/Test/Framework/Example.lhs

Synopsis
testProperty :: Testable a => TestName -> a -> Test
Documentation
testProperty :: Testable a => TestName -> a -> TestSource
Create a Test for a QuickCheck Testable property
Produced by Haddock version 2.6.1