Safe Haskell | None |
---|---|
Language | Haskell2010 |
Test.Tasty.Hspec
Contents
- 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
Re-exported from tasty-quickcheck
newtype QuickCheckMaxRatio :: * #
Maximum number of of discarded tests per successful test before giving up.
Constructors
QuickCheckMaxRatio Int |
newtype QuickCheckTests :: * #
Number of test cases for QuickCheck to generate
Constructors
QuickCheckTests Int |
Hspec re-export
module Test.Hspec