Safe Haskell | None |
---|---|
Language | Haskell98 |
Test.Tasty.SmallCheck
Contents
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 -> TestTree Source #
Create a Test
for a SmallCheck Testable
property
module Test.SmallCheck