hspec-core-2.10.9: A Testing Framework for Haskell
Stability provisional
Safe Haskell None
Language Haskell2010

Test.Hspec.Core.QuickCheck

Description

Synopsis

Documentation

modifyArgs :: ( Args -> Args ) -> SpecWith a -> SpecWith a Source #

Use modified Args for given spec.

modifyMaxSize :: ( Int -> Int ) -> SpecWith a -> SpecWith a Source #

Use a modified maxSize for given spec.