HTF-0.12.2.4: The Haskell Test Framework

Safe HaskellNone
LanguageHaskell2010

Test.Framework.History

Synopsis

Documentation

type Milliseconds = Int Source

A type synonym for time in milliseconds.

data TestResult Source

The summary result of a test.

Constructors

Pass 
Pending 
Fail 
Error