HTF-0.13.1.0: The Haskell Test Framework

Safe HaskellNone
LanguageHaskell2010

Test.Framework.History

Contents

Synopsis

Documentation

type Milliseconds = Int #

A type synonym for time in milliseconds.

updateTestHistory :: TestRunHistory -> TestHistory -> TestHistory #

mkTestRunHistory :: UTCTime -> [HistoricTestResult] -> TestRunHistory #

historyTests :: [([Char], IO ())] #

Orphan instances