HTF-0.12.2.2: The Haskell Test Framework

Safe HaskellNone

Test.Framework.History

Synopsis

Documentation

data TestHistory Source

Instances

type Milliseconds = IntSource

A type synonym for time in milliseconds.

data TestResult Source

The summary result of a test.

Constructors

Pass 
Pending 
Fail 
Error 

deserializeTestHistory :: ByteString -> Either String TestHistorySource

mkTestRunHistory :: UTCTime -> [HistoricTestResult] -> TestRunHistorySource

historyTests :: [(String, IO ())]Source