-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | QuickCheck-2 support for the test-framework package.
--
-- Allows QuickCheck-2 properties to be used with the
-- test-framework package.
@package test-framework-quickcheck2
@version 0.3.0.5
-- | Allows QuickCheck2 properties to be used with the test-framework
-- package.
--
-- For an example of how to use test-framework, please see
-- https://github.com/haskell/test-framework/raw/master/example/Test/Framework/Example.lhs.
module Test.Framework.Providers.QuickCheck2
-- | Create a Test for a QuickCheck2 Testable property
testProperty :: Testable a => TestName -> a -> Test
instance Test.Framework.Core.Testlike Test.Framework.Providers.QuickCheck2.PropertyTestCount Test.Framework.Providers.QuickCheck2.PropertyResult Test.Framework.Providers.QuickCheck2.Property
instance Test.Framework.Core.TestResultlike Test.Framework.Providers.QuickCheck2.PropertyTestCount Test.Framework.Providers.QuickCheck2.PropertyResult
instance GHC.Show.Show Test.Framework.Providers.QuickCheck2.PropertyResult