tasty-quickcheck-0.1: 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 SmallCheck Testable property