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. filterForestWithLabels :: ([String] -> a -> Bool) -> [Tree c a] -> [Tree c a]

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

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

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

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

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

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

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

    sydtest Test.Syd

    No documentation available.

  6. DefBeforeAllWithNode :: forall oldOuter newOuter (otherOuters :: [Type]) inner extra . (oldOuter -> IO newOuter) -> SpecDefForest (newOuter ': (oldOuter ': otherOuters)) inner extra -> SpecDefTree (oldOuter ': otherOuters) inner extra

    sydtest Test.Syd

    No documentation available.

  7. type ResultForest = SpecForest TDef Timed TestRunReport

    sydtest Test.Syd

    No documentation available.

  8. type SpecDefForest (outers :: [Type]) inner extra = [SpecDefTree outers inner extra]

    sydtest Test.Syd

    No documentation available.

  9. type TestForest (outers :: [Type]) inner = SpecDefForest outers inner ()

    sydtest Test.Syd

    No documentation available.

  10. before :: forall inner (outers :: [Type]) result . IO inner -> TestDefM outers inner result -> TestDefM outers () result

    sydtest Test.Syd

    Run a custom action before every spec item, to set up an inner resource inner. Note that this function turns off shrinking. See https://github.com/nick8325/quickcheck/issues/331

Page 509 of many | Previous | Next