| Stability | provisional | 
|---|---|
| Safe Haskell | None | 
| Language | Haskell2010 | 
Test.Hspec.Core.QuickCheck
Description
- modifyMaxSuccess :: (Int -> Int) -> SpecWith a -> SpecWith a
- modifyMaxDiscardRatio :: (Int -> Int) -> SpecWith a -> SpecWith a
- modifyMaxSize :: (Int -> Int) -> 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.