Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + type ByName []*TestSuite + func (n ByName) Len() int + func (n ByName) Less(i, j int) bool + func (n ByName) Swap(i, j int) + type FailureOutput struct + Message string + Output string + XMLName xml.Name + type SkipMessage struct + Message string + XMLName xml.Name + type TestCase struct + Classname string + Duration float64 + FailureOutput *FailureOutput + Name string + SkipMessage *SkipMessage + SystemErr string + SystemOut string + XMLName xml.Name + func (t *TestCase) MarkFailed(message, output string) + func (t *TestCase) MarkSkipped(message string) + func (t *TestCase) SetDuration(duration string) error + func (t *TestCase) String() string + type TestResult string + const TestResultFail + const TestResultPass + const TestResultSkip + type TestSuite struct + Children []*TestSuite + Duration float64 + Name string + NumFailed uint + NumSkipped uint + NumTests uint + Properties []*TestSuiteProperty + TestCases []*TestCase + XMLName xml.Name + func (t *TestSuite) AddProperty(name, value string) + func (t *TestSuite) AddTestCase(testCase *TestCase) + func (t *TestSuite) SetDuration(duration string) error + func (t *TestSuite) String() string + type TestSuiteProperty struct + Name string + Value string + XMLName xml.Name + func (p *TestSuiteProperty) String() string + type TestSuites struct + Suites []*TestSuite + XMLName xml.Name + func (t *TestSuites) String() string v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v3