Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + type Error struct + Message string + Type string + Value string + XMLName xml.Name + type Failure struct + Message string + Type string + Value string + XMLName xml.Name + type Property struct + Name string + Value string + XMLName xml.Name + type TestCase struct + Assertions int + Classname string + Errors []*Error + Failures []*Failure + Name string + Skipped string + Status string + Time float64 + XMLName xml.Name + type TestSuite struct + Disabled int + Errors int + Failures int + Hostname string + ID int + Name string + Package string + Properties []*Property + Skipped int + SystemErr string + SystemOut string + TestCases []*TestCase + Tests int + Time float64 + Timestamp time.Time + XMLName xml.Name + func (t *TestSuite) Update()