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 (QCGen, 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 QuickCheckReplay :: *
Replay a previous test using a replay token
QuickCheckReplay (Maybe (QCGen, Int)) |
newtype QuickCheckTests :: *
Number of test cases for QuickCheck to generate
Hspec re-export
module Test.Hspec