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