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 (QCGen, Int))
- newtype QuickCheckTests :: * = QuickCheckTests Int
- module Test.Hspec
Test
Options
Re-exported from tasty-smallcheck
newtype SmallCheckDepth :: * #
Constructors
SmallCheckDepth Int |
Re-exported from tasty-quickcheck
newtype QuickCheckMaxRatio :: * #
Constructors
QuickCheckMaxRatio Int |
newtype QuickCheckMaxSize :: * #
Constructors
QuickCheckMaxSize Int |
newtype QuickCheckReplay :: * #
Constructors
QuickCheckReplay (Maybe (QCGen, Int)) |
Instances
IsOption QuickCheckReplay | |
newtype QuickCheckTests :: * #
Constructors
QuickCheckTests Int |
Hspec re-export
module Test.Hspec