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

Safe HaskellNone
LanguageHaskell2010

Test.Tasty.QuickCheck

Contents

Description

This module allows to use QuickCheck properties in tasty.

Synopsis

Documentation

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

Create a Test for a QuickCheck Testable property

newtype QuickCheckReplay

Replay a previous test using a replay token

Constructors

QuickCheckReplay (Maybe (QCGen, Int)) 

newtype QuickCheckShowReplay

If a test case fails unexpectedly, show the replay token

newtype QuickCheckVerbose

Show the test cases that QuickCheck generates

Constructors

QuickCheckVerbose Bool 

Internal

This is exposed for testing purposes and not considered as a part of the public API. You probably shouldn't need it.

newtype QC

Constructors

QC Property 

Instances