tasty-smallcheck-0.8.1: SmallCheck support for the Tasty test framework.

Safe HaskellNone
LanguageHaskell98

Test.Tasty.SmallCheck

Contents

Description

This module allows to use SmallCheck properties in tasty.

Synopsis

Documentation

testProperty :: Testable IO a => TestName -> a -> TestTree #

Create a Test for a SmallCheck Testable property

newtype SmallCheckDepth #

The "depth" parameter for SmallCheck

Constructors

SmallCheckDepth Int 

Instances

Enum SmallCheckDepth # 
Eq SmallCheckDepth # 
Integral SmallCheckDepth # 
Num SmallCheckDepth # 
Ord SmallCheckDepth # 
Real SmallCheckDepth # 
IsOption SmallCheckDepth # 

Orphan instances