test-framework-quickcheck-0.2.0: QuickCheck support for the test-framework package.
Test.Framework.Providers.QuickCheck
Synopsis
testProperty :: Testable a => TestName -> a -> TestSource
Create a Test for a QuickCheck Testable property
Test
Testable