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.

  1. QuickCheckReplayNone :: QuickCheckReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    No seed

  2. newtype QuickCheckShowReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    If a test case fails unexpectedly, show the replay token

  3. QuickCheckShowReplay :: Bool -> QuickCheckShowReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  4. newtype QuickCheckTests

    tasty-quickcheck Test.Tasty.QuickCheck

    Number of test cases for QuickCheck to generate

  5. QuickCheckTests :: Int -> QuickCheckTests

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  6. newtype QuickCheckVerbose

    tasty-quickcheck Test.Tasty.QuickCheck

    Show the test cases that QuickCheck generates

  7. QuickCheckVerbose :: Bool -> QuickCheckVerbose

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  8. module Test.Framework.Providers.QuickCheck2

    Allows QuickCheck2 properties to be used with the test-framework package. For an example of how to use test-framework, please see https://github.com/haskell/test-framework/raw/master/example/Test/Framework/Example.lhs.

  9. module Test.Framework.QuickCheckWrapper

    This module integrates the QuickCheck library into HTF. It re-exports all functionality of QuickCheck and defines some additional functions.

  10. QuickCheckTest :: TestSort

    HTF Test.Framework.TestTypes

    No documentation available.

Page 3 of many | Previous | Next