hspec-discover-2.7.1: Automatically discover and run Hspec tests
Safe HaskellSafe
LanguageHaskell2010

Test.Hspec.Discover.Config

Description

NOTE: This module is not meant for public consumption. For user documentation look at http://hspec.github.io/hspec-discover.html.

Documentation

data Config Source #

Constructors

Config 

Fields

Instances

Instances details
Eq Config Source # 
Instance details

Defined in Test.Hspec.Discover.Config

Methods

(==) :: Config -> Config -> Bool

(/=) :: Config -> Config -> Bool

Show Config Source # 
Instance details

Defined in Test.Hspec.Discover.Config

Methods

showsPrec :: Int -> Config -> ShowS

show :: Config -> String

showList :: [Config] -> ShowS

parseConfig :: String -> [String] -> Either String Config Source #

usage :: String -> String Source #