Versions in this module Expand all Collapse all v0 v0.3.1 Aug 4, 2018 v0.3.0 May 5, 2018 Changes in this version + func Write(out io.Writer, exec *testjson.Execution) error + type JUnitFailure struct + Contents string + Message string + Type string + type JUnitProperty struct + Name string + Value string + type JUnitSkipMessage struct + Message string + type JUnitTestCase struct + Classname string + Failure *JUnitFailure + Name string + SkipMessage *JUnitSkipMessage + Time string + XMLName xml.Name + type JUnitTestSuite struct + Failures int + Name string + Properties []JUnitProperty + TestCases []JUnitTestCase + Tests int + Time string + XMLName xml.Name + type JUnitTestSuites struct + Suites []JUnitTestSuite + XMLName xml.Name