-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Support for SmallCheck tests in test-framework
--
-- Support for SmallCheck tests in test-framework
@package test-framework-smallcheck
@version 0.1
-- | This module allows to use SmallCheck properties in test-framework.
module Test.Framework.Providers.SmallCheck
-- | Create a Test for a SmallCheck Testable property
testProperty :: Testable a => TestName -> a -> Test
-- | Change the default maximum test depth for a given Test.
--
-- This is a simple wrapper around plusTestOptions.
withDepth :: Depth -> Test -> Test
instance Testlike Int Result Property
instance TestResultlike Int Result
instance Show Result