Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  2. configFormatter :: Config -> Maybe Formatter

    hspec-core Test.Hspec.Core.Runner

    Deprecated: Use useFormatter instead.

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

    hspec-core Test.Hspec.Core.Runner

    Deprecated: Use useFormatter instead.

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

    hspec-core Test.Hspec.Core.Runner

    Deprecated: Use registerFormatter instead.

  5. 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
    

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

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

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

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

  8. filterForestWithLabels :: ([String] -> a -> Bool) -> [Tree c a] -> [Tree c a]

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

  9. focusForest :: [SpecTree a] -> [SpecTree a]

    hspec-core Test.Hspec.Core.Spec

    Marks an entire spec forest as focused if nothing in it is already focused.

  10. mapSpecForest :: ([SpecTree a] -> [SpecTree b]) -> SpecM a r -> SpecM b r

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

Page 509 of many | Previous | Next