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.
beforeAllWith :: HasCallStack => (b -> IO a) -> SpecWith a -> SpecWith bhspec Test.Hspec Run a custom action with an argument before the first spec item.
beforeAll_ :: HasCallStack => IO () -> SpecWith a -> SpecWith ahspec Test.Hspec Run a custom action before the first spec item.
beforeWith :: (b -> IO a) -> SpecWith a -> SpecWith bhspec Test.Hspec Run a custom action before every spec item.
before_ :: IO () -> SpecWith a -> SpecWith ahspec Test.Hspec Run a custom action before every spec item.
withConsoleFormat :: (?colors :: Bool) => ConsoleFormatPrintertasty 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.
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.
-
tasty Test.Tasty.Providers.ConsoleFormat Console output format
ConsoleFormat :: ConsoleIntensity -> ColorIntensity -> Color -> ConsoleFormattasty Test.Tasty.Providers.ConsoleFormat No documentation available.
type
ConsoleFormatPrinter = ConsoleFormat -> IO () -> IO ()tasty Test.Tasty.Providers.ConsoleFormat Type of console format printer functions
-
tasty Test.Tasty.Providers.ConsoleFormat Format used to display failures