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

Test.Hspec.Core.Extension.Config

Description

Warning: This API is experimental.

Synopsis

Types

data Config Source #

Constructors

Config 

Fields

type Path = ([String], String) Source #

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.

Since: 2.0.0

data ColorMode Source #

Instances

Instances details
Show ColorMode Source # 
Instance details

Defined in Test.Hspec.Core.Config.Definition

Eq ColorMode Source # 
Instance details

Defined in Test.Hspec.Core.Config.Definition

Operations

setAnnotation :: Typeable value => value -> Config -> Config Source #

getAnnotation :: Typeable value => Config -> Maybe value Source #