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.
-
hspec-core Test.Hspec.Core.Format (CurrentItem, TotalItems) tuple.
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.
Pending :: Maybe Location -> Maybe String -> Resulthspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
-
hspec-core Test.Hspec.Core.Formatters.V2 (CurrentItem, TotalItems) tuple.
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.
-
hspec-core Test.Hspec.Core.Spec QuickCheck and SmallCheck related parameters.
Params :: Args -> Maybe Int -> Paramshspec-core Test.Hspec.Core.Spec No documentation available.
Pending :: Maybe Location -> Maybe String -> ResultStatushspec-core Test.Hspec.Core.Spec No documentation available.
-
hspec-core Test.Hspec.Core.Spec (CurrentItem, TotalItems) tuple.
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.