hedgehog-1.2: Release with confidence.
Safe Haskell None
Language Haskell2010

Hedgehog.Internal.Report

Contents

Synopsis

Report

data Report a Source #

A report on a running or completed property test.

Instances

Instances details
Functor Report Source #
Instance details

Defined in Hedgehog.Internal.Report

Foldable Report Source #
Instance details

Defined in Hedgehog.Internal.Report

Traversable Report Source #
Instance details

Defined in Hedgehog.Internal.Report

Show a => Show ( Report a) Source #
Instance details

Defined in Hedgehog.Internal.Report

data Result Source #

The status of a completed property test.

In the case of a failure it provides the seed used for the test, the number of shrinks, and the execution log.

fromResult :: Result -> Summary Source #

Construct a summary from a single result.