| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
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
class IsFormatter a where Source #
Methods
toFormatter :: a -> IO Formatter Source #
Instances
| IsFormatter Formatter Source # | |
Defined in Test.Hspec.Discover Methods toFormatter :: Formatter -> IO Formatter Source # | |
| IsFormatter (IO Formatter) Source # | |
Defined in Test.Hspec.Discover Methods toFormatter :: IO Formatter -> IO Formatter Source # | |
hspecWithFormatter :: IsFormatter a => a -> Spec -> IO () Source #
postProcessSpec :: FilePath -> Spec -> Spec Source #