tasty-quickcheck-0.8.0.3: QuickCheck support for the Tasty test framework.

Safe HaskellNone

Test.Tasty.QuickCheck

Description

This module allows to use QuickCheck properties in tasty.

Synopsis

Documentation

testProperty :: Testable a => TestName -> a -> TestTreeSource

Create a Test for a QuickCheck Testable property

newtype QuickCheckReplay Source

Replay a previous test using a replay token

Constructors

QuickCheckReplay (Maybe (QCGen, Int))