hspec-2.10.10: A Testing Framework for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Hspec.Discover

Description

Warning: This module is used by hspec-discover. It is not part of the public API and may change at any time.

Documentation

type Spec = SpecWith () #

hspec :: Spec -> IO () #

class IsFormatter a where Source #

Methods

toFormatter :: a -> IO Formatter Source #

Instances

Instances details
IsFormatter Formatter Source # 
Instance details

Defined in Test.Hspec.Discover

Methods

toFormatter :: Formatter -> IO Formatter Source #

IsFormatter (IO Formatter) Source # 
Instance details

Defined in Test.Hspec.Discover

Methods

toFormatter :: IO Formatter -> IO Formatter Source #

postProcessSpec :: FilePath -> Spec -> Spec Source #

describe :: HasCallStack => String -> SpecWith a -> SpecWith a #