Safe Haskell | None |
---|---|
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 #
Minimal complete definition
Methods
toFormatter :: a -> IO Formatter #
Instances
IsFormatter Formatter # | |
IsFormatter (IO Formatter) # | |
hspecWithFormatter :: IsFormatter a => a -> Spec -> IO () #
postProcessSpec :: FilePath -> Spec -> Spec #
module Prelude