úÎ!;½:     Safe[None$&'49£ junit-xml:A test report annotated with the test suite it is part of. junit-xml"The report for a single test case. junit-xml8This function writes an xml report to the provided path. H import Data.Function ((&)) writeXmlReport "report.xml" [  "A passing test" &  "Test suite" ,   "A failing test" &  "Test suite" ]  junit-xmlYWrap a test report in a suite, allowing it to be added to the list of reports passed to writeXmlReports. $ import Data.Function ((&))  "report.xml" [ > "Passed test" & inSuite "Some test suite" ]  junit-xmlCAdd the stdout produced running a test to the report for that test. $ import Data.Function ((&))  "report.xml" [ I "A passing test" & stdout "Test ran succesfully!" &  "Test suite" ]  junit-xmlCAdd the stderr produced running a test to the report for that test. $ import Data.Function ((&))  "report.xml" [  J "A failing test" & stderr "Expected 4, but got 2." &  "Test suite" ]  junit-xml;Add the running time of a test to the report for that test. $ import Data.Function ((&))  "report.xml" [ 5 "A passing test" & time 0.003 &  "Test suite" ]  junit-xml#Create a report for a passing test. $ import Data.Function ((&)) : "report.xml" [ passed "A passing test" & % "Test ran succesfully!" & 7 "Warning: don't overcook the vegetables!" &  0.003 &  "Test suite" ]  junit-xml#Create a report for a skipped test. $ import Data.Function ((&)) ; "report.xml" [ skipped "A skipped test" &  "Test suite" ]  junit-xml"Create a report for a failed test. $ import Data.Function ((&)) : "report.xml" [ failed "A failing test" &  "Running test..." & D "Test failed: expected 3 slices of pizza but got one." &   "Not enough pizza" &  , ["pizza", "pizzeria", "italy"] &  0.08 &  "Test suite" ]  junit-xml/Create a report for a test that threw an error. $ import Data.Function ((&)) G "report.xml" [ errored "A test that threw an error" &  "Running test..." & - "Unexpected exception: BedTime" &  4 "Operation canceled due to BedTimeOut" & ' ["bed", "sleep", "night"] &  0.08 &  "Test suite" ]  junit-xml4Add an error message to the report of a failed test. $ import Data.Function ((&)) { "report.xml" [ failed "A failing test" & failureMessage "Laundromat exceeds noise tolerance." &  "Test suite" ]  junit-xml1Add a stack trace to the report of a failed test. $ import Data.Function ((&)) € "report.xml" [ failed "A failing test" & failureStackTrace ["ankleClass", "legClass", "limbClass"] &  "Test suite" ]  junit-xmlFAdd an error message to the report for a test that threw an exception. $ import Data.Function ((&)) s "report.xml" [ errored "A test that threw an error" & errorMessage "Too much Netflix" &  "Test suite" ]  junit-xml@Add a stack trace to a report for a test that threw an exception $ import Data.Function ((&)) • "report.xml" [ errored "A test that threw an error" & errorStackTrace ["at closeCurtain line 3", "at goToSleep line 8"] &  "Test suite" ]          (junit-xml-0.1.0.2-Lh7kAtCkAb51heME60pPfkText.XML.JUnitPaths_junit_xml TestSuite TestReportwriteXmlReportinSuitestdoutstderrtimepassedskippedfailederroredfailureMessagefailureStackTrace errorMessageerrorStackTrace$fMonoidCounts$fSemigroupCounts$fOutcomeErrored$fOutcomeFailed$fOutcomeSkipped$fOutcomePassedversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDirgetDataFileName