| Safe Haskell | None |
|---|
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
Arguments
| :: Milliseconds | wall time in ms |
| -> [FlatTestResult] | passed tests |
| -> [FlatTestResult] | pending tests |
| -> [FlatTestResult] | failed tests |
| -> [FlatTestResult] | erroneous tests |
| -> ByteString |