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


-- | QuickCheck-2 support for the test-framework package.
--   
--   Allows <tt>QuickCheck-2</tt> properties to be used with the
--   <a>test-framework package</a>.
@package test-framework-quickcheck2
@version 0.3.0.6


-- | Allows QuickCheck2 properties to be used with the test-framework
--   package.
--   
--   For an example of how to use <tt>test-framework</tt>, please see
--   <a>https://github.com/haskell/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 GHC.Internal.Show.Show Test.Framework.Providers.QuickCheck2.PropertyResult
instance Test.Framework.Core.TestResultlike Test.Framework.Providers.QuickCheck2.PropertyTestCount Test.Framework.Providers.QuickCheck2.PropertyResult
instance Test.Framework.Core.Testlike Test.Framework.Providers.QuickCheck2.PropertyTestCount Test.Framework.Providers.QuickCheck2.PropertyResult Test.Framework.Providers.QuickCheck2.Property
