Stability | provisional |
---|---|
Safe Haskell | None |
Language | Haskell2010 |
- 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.