Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. beforeAll_ :: HasCallStack => IO () -> SpecWith a -> SpecWith a

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before the first spec item.

  2. configRerunAllOnSuccess :: Config -> Bool

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  3. configSmallCheckDepth :: Config -> Maybe Int

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  4. type ProgressCallback = Progress -> IO ()

    hspec-core Test.Hspec.Core.Spec

    Callback used by composite test items that contain many tests to report their progress towards finishing them all. This is used, for example, to report how many QuickCheck examples are finished.

  5. itemIsParallelizable :: Item a -> Maybe Bool

    hspec-core Test.Hspec.Core.Spec

    A flag that indicates whether it is safe to evaluate this spec item in parallel with other spec items

  6. parallel :: SpecWith a -> SpecWith a

    hspec-core Test.Hspec.Core.Spec

    parallel marks all spec items of the given spec to be safe for parallel evaluation.

  7. paramsSmallCheckDepth :: Params -> Maybe Int

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

  8. DefAfterAllNode :: forall (outers :: [Type]) inner extra . (HList outers -> IO ()) -> SpecDefForest outers inner extra -> SpecDefTree outers inner extra

    sydtest Test.Syd

    No documentation available.

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

    sydtest Test.Syd

    No documentation available.

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

    sydtest Test.Syd

    No documentation available.

Page 334 of many | Previous | Next