-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | QuickCheck support for the test-framework package.
--
-- QuickCheck support for the test-framework package.
@package test-framework-quickcheck
@version 0.2.0
module Test.Framework.Providers.QuickCheck
-- | Create a Test for a QuickCheck Testable property
testProperty :: (Testable a) => TestName -> a -> Test
instance Testlike PropertyTestCount PropertyResult Property
instance Show PropertyResult
instance TestResultlike PropertyTestCount PropertyResult