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.
registerDefaultFormatter :: (String, FormatConfig -> IO Format) -> Config -> Confighspec-core Test.Hspec.Core.Runner Deprecated: Use useFormatter instead.
registerFormatter :: (String, FormatConfig -> IO Format) -> Config -> Confighspec-core Test.Hspec.Core.Runner Deprecated: Use registerFormatter instead.
runSpecForest :: [SpecTree ()] -> Config -> IO SpecResulthspec-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
bimapForest :: (a -> b) -> (c -> d) -> [Tree a c] -> [Tree b d]hspec-core Test.Hspec.Core.Spec No documentation available.
filterForest :: (a -> Bool) -> [Tree c a] -> [Tree c a]hspec-core Test.Hspec.Core.Spec No documentation available.
filterForestWithLabels :: ([String] -> a -> Bool) -> [Tree c a] -> [Tree c a]hspec-core Test.Hspec.Core.Spec No documentation available.
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.
mapSpecForest :: ([SpecTree a] -> [SpecTree b]) -> SpecM a r -> SpecM b rhspec-core Test.Hspec.Core.Spec No documentation available.
pruneForest :: [Tree c a] -> [Tree c a]hspec-core Test.Hspec.Core.Spec No documentation available.
-
sydtest Test.Syd No documentation available.