hedgehog-0.6.1: Hedgehog will eat all your bugs.

Safe HaskellNone
LanguageHaskell98

Hedgehog.Internal.Config

Synopsis

Documentation

data UseColor #

Whether to render output using ANSI colors or not.

Constructors

DisableColor

Disable ANSI colors in report output.

EnableColor

Enable ANSI colors in report output.

Instances
Eq UseColor # 
Instance details

Defined in Hedgehog.Internal.Config

Ord UseColor # 
Instance details

Defined in Hedgehog.Internal.Config

Show UseColor # 
Instance details

Defined in Hedgehog.Internal.Config

Lift UseColor # 
Instance details

Defined in Hedgehog.Internal.Config

Methods

lift :: UseColor -> Q Exp #

data Verbosity #

How verbose should the report output be.

Constructors

Quiet

Only display the summary of the test run.

Normal

Display each property as it is running, as well as the summary.

Instances
Eq Verbosity # 
Instance details

Defined in Hedgehog.Internal.Config

Ord Verbosity # 
Instance details

Defined in Hedgehog.Internal.Config

Show Verbosity # 
Instance details

Defined in Hedgehog.Internal.Config

Lift Verbosity # 
Instance details

Defined in Hedgehog.Internal.Config

Methods

lift :: Verbosity -> Q Exp #

newtype WorkerCount #

The number of workers to use when running properties in parallel.

Constructors

WorkerCount Int 
Instances
Enum WorkerCount # 
Instance details

Defined in Hedgehog.Internal.Config

Eq WorkerCount # 
Instance details

Defined in Hedgehog.Internal.Config

Integral WorkerCount # 
Instance details

Defined in Hedgehog.Internal.Config

Num WorkerCount # 
Instance details

Defined in Hedgehog.Internal.Config

Ord WorkerCount # 
Instance details

Defined in Hedgehog.Internal.Config

Real WorkerCount # 
Instance details

Defined in Hedgehog.Internal.Config

Show WorkerCount # 
Instance details

Defined in Hedgehog.Internal.Config

Lift WorkerCount # 
Instance details

Defined in Hedgehog.Internal.Config

Methods

lift :: WorkerCount -> Q Exp #