| Safe Haskell | None |
|---|
Test.Tasty.SmallCheck
Description
This module allows to use SmallCheck properties in tasty.
- testProperty :: Testable IO a => TestName -> a -> TestTree
- newtype SmallCheckDepth = SmallCheckDepth Int
- module Test.SmallCheck
Documentation
testProperty :: Testable IO a => TestName -> a -> TestTreeSource
Create a Test for a SmallCheck Testable property
module Test.SmallCheck