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.

  1. before :: IO a -> SpecWith a -> Spec

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before every spec item.

  2. beforeAll :: HasCallStack => IO a -> SpecWith a -> Spec

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before the first spec item.

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

    hspec-core Test.Hspec.Core.Hooks

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

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

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before the first spec item.

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

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before every spec item.

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

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before every spec item.

  7. configAvailableFormatters :: Config -> [(String, FormatConfig -> IO Format)]

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  8. configFormat :: Config -> Maybe (FormatConfig -> IO Format)

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  9. configFormatException :: Config -> SomeException -> String

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  10. configFormatter :: Config -> Maybe Formatter

    hspec-core Test.Hspec.Core.Runner

    Deprecated: Use useFormatter instead.

Page 507 of many | Previous | Next