Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Test.Tasty.Patterns.Parser

    See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html for the full awk grammar.

  2. data ParseResult a

    tasty Test.Tasty.Patterns.Parser

    No documentation available.

  3. data Parser a

    tasty Test.Tasty.Patterns.Parser

    A separate Parser data type ensures that we don't forget to skip spaces.

  4. module Test.Tasty.Patterns.Printer

    No documentation available.

  5. module Test.Tasty.Providers

    API for test providers.

  6. data Progress

    tasty Test.Tasty.Providers

    Test progress information. This may be used by a runner to provide some feedback to the user while a long-running test is executing.

  7. Progress :: String -> Float -> Progress

    tasty Test.Tasty.Providers

    No documentation available.

  8. type Path = Seq String

    tasty Test.Tasty.Runners

    No documentation available.

  9. PlusTestOptions :: (OptionSet -> OptionSet) -> TestTree -> TestTree

    tasty Test.Tasty.Runners

    Add some options to child tests

  10. data Progress

    tasty Test.Tasty.Runners

    Test progress information. This may be used by a runner to provide some feedback to the user while a long-running test is executing.

Page 22 of many | Previous | Next