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.

  1. type Progress = (Int, Int)

    hspec-core Test.Hspec.Core.Format

    (CurrentItem, TotalItems) tuple.

  2. type Path = ([String], String)

    hspec-core Test.Hspec.Core.Formatters.V2

    A Path describes the location of a spec item within a spec tree. It consists of a list of group descriptions and a requirement description.

  3. Pending :: Maybe Location -> Maybe String -> Result

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

  4. type Progress = (Int, Int)

    hspec-core Test.Hspec.Core.Formatters.V2

    (CurrentItem, TotalItems) tuple.

  5. type Path = ([String], String)

    hspec-core Test.Hspec.Core.Runner

    A Path describes the location of a spec item within a spec tree. It consists of a list of group descriptions and a requirement description.

  6. data Params

    hspec-core Test.Hspec.Core.Spec

    QuickCheck and SmallCheck related parameters.

  7. Params :: Args -> Maybe Int -> Params

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

  8. Pending :: Maybe Location -> Maybe String -> ResultStatus

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

  9. type Progress = (Int, Int)

    hspec-core Test.Hspec.Core.Spec

    (CurrentItem, TotalItems) tuple.

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

Page 192 of many | Previous | Next