| Safe Haskell | None |
|---|
Test.Tasty.QuickCheck
Description
This module allows to use QuickCheck properties in tasty.
- testProperty :: Testable a => TestName -> a -> TestTree
- newtype QuickCheckTests = QuickCheckTests Int
Documentation
testProperty :: Testable a => TestName -> a -> TestTreeSource
Create a Test for a SmallCheck Testable property
newtype QuickCheckTests Source
Number of test cases for QuickCheck to generate
Constructors
| QuickCheckTests Int |