Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Edge cases and special values for QuickCheck Arbitrary instances The standard Arbitrary instances of QuickCheck don't generate special values. This is fixed by this package which provides the newtype Special with an Arbitrary instance. The special values are given by the SpecialValues typeclass.
-
tasty-quickcheck Test.Tasty.QuickCheck Maximum number of of discarded tests per successful test before giving up.
QuickCheckMaxRatio :: Int -> QuickCheckMaxRatiotasty-quickcheck Test.Tasty.QuickCheck No documentation available.
-
tasty-quickcheck Test.Tasty.QuickCheck Number of shrinks allowed before QuickCheck will fail a test.
QuickCheckMaxShrinks :: Int -> QuickCheckMaxShrinkstasty-quickcheck Test.Tasty.QuickCheck No documentation available.
-
tasty-quickcheck Test.Tasty.QuickCheck Size of the biggest test cases
QuickCheckMaxSize :: Int -> QuickCheckMaxSizetasty-quickcheck Test.Tasty.QuickCheck No documentation available.
-
tasty-quickcheck Test.Tasty.QuickCheck Replay seed
QuickCheckReplay :: (QCGen, Int) -> QuickCheckReplaytasty-quickcheck Test.Tasty.QuickCheck (qcgen, intSize) holds both the seed and the size to run QuickCheck tests
QuickCheckReplayLegacy :: Int -> QuickCheckReplaytasty-quickcheck Test.Tasty.QuickCheck Legacy integer seed