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.

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

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before every spec item.

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

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

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

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

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

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  5. configFormatter :: Config -> Maybe Formatter

    hspec-core Test.Hspec.Core.Runner

    Deprecated: Use useFormatter instead.

  6. registerDefaultFormatter :: (String, FormatConfig -> IO Format) -> Config -> Config

    hspec-core Test.Hspec.Core.Runner

    Deprecated: Use useFormatter instead.

  7. registerFormatter :: (String, FormatConfig -> IO Format) -> Config -> Config

    hspec-core Test.Hspec.Core.Runner

    Deprecated: Use registerFormatter instead.

  8. runSpecForest :: [SpecTree ()] -> Config -> IO SpecResult

    hspec-core Test.Hspec.Core.Runner

    runSpecForest is the most basic primitive to run a spec. hspec is defined in terms of runSpecForest:

    hspec = evalSpec defaultConfig >=> \ (config, spec) ->
    getArgs
    >>= readConfig config
    >>= withArgs [] . runSpecForest spec
    >>= evaluateResult
    

  9. bimapForest :: (a -> b) -> (c -> d) -> [Tree a c] -> [Tree b d]

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

  10. filterForest :: (a -> Bool) -> [Tree c a] -> [Tree c a]

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

Page 508 of many | Previous | Next