Hoogle Search
Within LTS Haskell 23.24 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
quickCheck :: Testable prop => prop -> IO ()massiv-test Test.Massiv.Utils Tests a property and prints the results to stdout. By default up to 100 tests are performed, which may not be enough to find all bugs. To run more tests, use withMaxSuccess. If you want to get the counterexample as a Haskell value, rather than just printing it, try the quickcheck-with-counterexamples package.
-
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