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. type ProgressCallback = Progress -> IO ()

    hspec-core Test.Hspec.Core.Extension.Item

    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.

  2. itemIsParallelizable :: Item a -> Maybe Bool

    hspec-core Test.Hspec.Core.Extension.Item

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

  3. paramsSmallCheckDepth :: Params -> Maybe Int

    hspec-core Test.Hspec.Core.Extension.Item

    No documentation available.

  4. afterAll :: HasCallStack => ActionWith a -> SpecWith a -> SpecWith a

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action after the last spec item.

  5. afterAll_ :: HasCallStack => IO () -> SpecWith a -> SpecWith a

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action after the last spec item.

  6. aroundAll :: HasCallStack => (ActionWith a -> IO ()) -> SpecWith a -> Spec

    hspec-core Test.Hspec.Core.Hooks

    Wrap an action around the given spec.

  7. aroundAllWith :: HasCallStack => (ActionWith a -> ActionWith b) -> SpecWith a -> SpecWith b

    hspec-core Test.Hspec.Core.Hooks

    Wrap an action around the given spec. Changes the arg type inside.

  8. aroundAll_ :: HasCallStack => (IO () -> IO ()) -> SpecWith a -> SpecWith a

    hspec-core Test.Hspec.Core.Hooks

    Wrap an action around the given spec.

  9. beforeAll :: HasCallStack => IO a -> SpecWith a -> Spec

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before the first spec item.

  10. beforeAllWith :: HasCallStack => (b -> IO a) -> SpecWith a -> SpecWith b

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action with an argument before the first spec item.

Page 333 of many | Previous | Next