HTF-0.11.2.1: The Haskell Test Framework

Safe HaskellNone

Test.Framework.XmlOutput

Description

See http://pzolee.blogs.balabit.com/2012/11/jenkins-vs-junit-xml-format/ for a description of the format used.

The source code of this module also contains a rough specification of the output format in terms of Haskell data types.

Documentation

mkGlobalResultsXmlSource

Arguments

:: Milliseconds

wall time in ms

-> [FlatTestResult]

passed tests

-> [FlatTestResult]

pending tests

-> [FlatTestResult]

failed tests

-> [FlatTestResult]

erroneous tests

-> ByteString