-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | QuickCheck2 support for the test-framework package.
--   
--   QuickCheck2 support for the test-framework package.
@package test-framework-quickcheck2
@version 0.3.0.1


-- | Allows QuickCheck2 properties to be used with the test-framework
--   package.
--   
--   For an example of how to use test-framework, please see
--   <a>http://github.com/batterseapower/test-framework/raw/master/example/Test/Framework/Example.lhs</a>
module Test.Framework.Providers.QuickCheck2

-- | Create a <a>Test</a> for a QuickCheck2 <a>Testable</a> property
testProperty :: Testable a => TestName -> a -> Test
instance Typeable Property
instance Testlike PropertyTestCount PropertyResult Property
instance Show PropertyResult
instance TestResultlike PropertyTestCount PropertyResult
