Safe Haskell | None |
---|---|
Language | Haskell2010 |
- testSpec :: TestName -> Spec -> IO TestTree
- testSpecs :: Spec -> IO [TestTree]
- newtype SmallCheckDepth :: * = SmallCheckDepth Int
- newtype QuickCheckMaxRatio :: * = QuickCheckMaxRatio Int
- newtype QuickCheckMaxSize :: * = QuickCheckMaxSize Int
- newtype QuickCheckReplay :: * = QuickCheckReplay (Maybe Int)
- newtype QuickCheckTests :: * = QuickCheckTests Int
- module Test.Hspec
Test
Options
Re-exported from tasty-smallcheck
newtype SmallCheckDepth :: * #
The "depth" parameter for SmallCheck
Re-exported from tasty-quickcheck
newtype QuickCheckMaxRatio :: * #
Maximum number of of discarded tests per successful test before giving up.
newtype QuickCheckMaxSize :: * #
Size of the biggest test cases
newtype QuickCheckTests :: * #
Number of test cases for QuickCheck to generate
Hspec re-export
module Test.Hspec