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. registerDefaultFormatter :: (String, FormatConfig -> IO Format) -> Config -> Config

    hspec-core Test.Hspec.Core.Runner

    Deprecated: Use useFormatter instead.

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

    hspec-core Test.Hspec.Core.Runner

    Deprecated: Use registerFormatter instead.

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

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

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

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

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

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

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

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

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

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

  9. pruneForest :: [Tree c a] -> [Tree c a]

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

  10. DefBeforeAllNode :: forall outer (outers :: [Type]) inner extra . IO outer -> SpecDefForest (outer ': outers) inner extra -> SpecDefTree outers inner extra

    sydtest Test.Syd

    No documentation available.

Page 508 of many | Previous | Next