-- 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.6
-- | 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
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