-- 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.2
-- | This module allows to use SmallCheck properties in test-framework.
module Test.Framework.Providers.SmallCheck
-- | Create a Test for a SmallCheck Testable property
-- testProperty :: TestName -> (forall m . T.MonadIO m =>
-- SC.Testable m a) -> Test
testProperty :: Testable IO 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 IO)
instance TestResultlike Int Result
instance Show Result