Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. beforeAllWith :: HasCallStack => (b -> IO a) -> SpecWith a -> SpecWith b

    hspec Test.Hspec

    Run a custom action with an argument before the first spec item.

  2. beforeAll_ :: HasCallStack => IO () -> SpecWith a -> SpecWith a

    hspec Test.Hspec

    Run a custom action before the first spec item.

  3. beforeWith :: (b -> IO a) -> SpecWith a -> SpecWith b

    hspec Test.Hspec

    Run a custom action before every spec item.

  4. before_ :: IO () -> SpecWith a -> SpecWith a

    hspec Test.Hspec

    Run a custom action before every spec item.

  5. withConsoleFormat :: (?colors :: Bool) => ConsoleFormatPrinter

    tasty Test.Tasty.Ingredients.ConsoleReporter

    Run action with console configured for a specific output format This function does not apply any output formats if colors are disabled at command line or console detection. Can be used by providers that wish to provider specific result details printing, while reusing the tasty formats and coloring logic.

  6. module Test.Tasty.Providers.ConsoleFormat

    This module can be used by providers to perform colorful/formatted output and possibly reuse tasty's own output formats.

  7. data ConsoleFormat

    tasty Test.Tasty.Providers.ConsoleFormat

    Console output format

  8. ConsoleFormat :: ConsoleIntensity -> ColorIntensity -> Color -> ConsoleFormat

    tasty Test.Tasty.Providers.ConsoleFormat

    No documentation available.

  9. type ConsoleFormatPrinter = ConsoleFormat -> IO () -> IO ()

    tasty Test.Tasty.Providers.ConsoleFormat

    Type of console format printer functions

  10. failFormat :: ConsoleFormat

    tasty Test.Tasty.Providers.ConsoleFormat

    Format used to display failures

Page 404 of many | Previous | Next