Stability | provisional |
---|---|
Safe Haskell | None |
Language | Haskell2010 |
Test.Hspec.Core.QuickCheck
Contents
Description
Synopsis
- modifyMaxSuccess :: (Int -> Int) -> SpecWith a -> SpecWith a
- modifyMaxDiscardRatio :: (Int -> Int) -> SpecWith a -> SpecWith a
- modifyMaxSize :: (Int -> Int) -> SpecWith a -> SpecWith a
- modifyMaxShrinks :: (Int -> Int) -> SpecWith a -> SpecWith a
- modifyArgs :: (Args -> Args) -> SpecWith a -> SpecWith a
Documentation
modifyMaxSuccess :: (Int -> Int) -> SpecWith a -> SpecWith a Source #
Use a modified maxSuccess
for given spec.
modifyMaxDiscardRatio :: (Int -> Int) -> SpecWith a -> SpecWith a Source #
Use a modified maxDiscardRatio
for given spec.
modifyMaxSize :: (Int -> Int) -> SpecWith a -> SpecWith a Source #
Use a modified maxSize
for given spec.
modifyMaxShrinks :: (Int -> Int) -> SpecWith a -> SpecWith a Source #
Use a modified maxShrinks
for given spec.
Orphan instances
Example Property Source # | |||||
Associated Types
Methods evaluateExample :: Property -> Params -> (ActionWith (Arg Property) -> IO ()) -> ProgressCallback -> IO Result Source # | |||||
Example (a -> Property) Source # | |||||
Associated Types
Methods evaluateExample :: (a -> Property) -> Params -> (ActionWith (Arg (a -> Property)) -> IO ()) -> ProgressCallback -> IO Result Source # |