Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
configFormatter :: Config -> Maybe Formatterhspec-core Test.Hspec.Core.Extension.Config Deprecated: Use useFormatter instead.
defaultFormatConfig :: FormatConfighspec-core Test.Hspec.Core.Format No documentation available.
failedFormatter :: Formatter -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V1 No documentation available.
footerFormatter :: Formatter -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V1 No documentation available.
headerFormatter :: Formatter -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V1 No documentation available.
before :: IO a -> SpecWith a -> Spechspec-core Test.Hspec.Core.Hooks Run a custom action before every spec item.
beforeAll :: HasCallStack => IO a -> SpecWith a -> Spechspec-core Test.Hspec.Core.Hooks Run a custom action before the first spec item.
beforeAllWith :: HasCallStack => (b -> IO a) -> SpecWith a -> SpecWith bhspec-core Test.Hspec.Core.Hooks Run a custom action with an argument before the first spec item.
beforeAll_ :: HasCallStack => IO () -> SpecWith a -> SpecWith ahspec-core Test.Hspec.Core.Hooks Run a custom action before the first spec item.
beforeWith :: (b -> IO a) -> SpecWith a -> SpecWith bhspec-core Test.Hspec.Core.Hooks Run a custom action before every spec item.