Hoogle Search
Within LTS Haskell 24.0 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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
QuickCheckReplayNone :: QuickCheckReplaytasty-quickcheck Test.Tasty.QuickCheck No seed
-
tasty-quickcheck Test.Tasty.QuickCheck If a test case fails unexpectedly, show the replay token