Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
before_ :: IO () -> SpecWith a -> SpecWith ahspec-core Test.Hspec.Core.Hooks Run a custom action before every spec item.
configAvailableFormatters :: Config -> [(String, FormatConfig -> IO Format)]hspec-core Test.Hspec.Core.Runner No documentation available.
configFormat :: Config -> Maybe (FormatConfig -> IO Format)hspec-core Test.Hspec.Core.Runner No documentation available.
configFormatException :: Config -> SomeException -> Stringhspec-core Test.Hspec.Core.Runner No documentation available.
configFormatter :: Config -> Maybe Formatterhspec-core Test.Hspec.Core.Runner Deprecated: Use useFormatter instead.