test-framework-smallcheck-0.2: Support for SmallCheck tests in test-framework

MaintainerRoman Cheplyaka <roma@ro-che.info>
Safe HaskellNone

Test.Framework.Providers.SmallCheck

Description

This module allows to use SmallCheck properties in test-framework.

Synopsis

Documentation

testProperty :: Testable IO a => TestName -> a -> TestSource

Create a Test for a SmallCheck Testable property testProperty :: TestName -> (forall m . T.MonadIO m => SC.Testable m a) -> Test

withDepth :: Depth -> Test -> TestSource

Change the default maximum test depth for a given Test.

This is a simple wrapper around plusTestOptions.