Hoogle Search

Within LTS Haskell 24.52 (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. mkBAChallengerHdr :: ByteString -> Header

    servant-server Servant.Server.Internal.BasicAuth

    Internal method to make a basic-auth challenge

  9. CaptureAllRouter :: [CaptureHint] -> Router' ([Text], env) a -> Router' env a

    servant-server Servant.Server.Internal.Router

    all path components are passed to the child router in its environment and are removed afterwards The first argument is a hint for the list of variables that can be captured by the router. Note that the captureType field of the hint should always be '[a]' for some a.

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

    sydtest Test.Syd

    No documentation available.

Page 334 of many | Previous | Next