Searched defs:xmlTestSuite (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/bzltestutil/ |
H A D | xml.go | 33 type xmlTestSuite struct { struct 34 XMLName xml.Name `xml:"testsuite"` 35 TestCases []xmlTestCase `xml:"testcase"` 36 Errors int `xml:"errors,attr"` 37 Failures int `xml:"failures,attr"` 38 Skipped int `xml:"skipped,attr"` 39 Tests int `xml:"tests,attr"` 40 Time string `xml:"time,attr"` 41 Name string `xml:"name,attr"`
|
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/go_test/ |
H A D | xmlreport_test.go | 83 type xmlTestSuite struct { struct 84 XMLName xml.Name `xml:"testsuite"` 85 Errors int `xml:"errors,attr"` 86 Failures int `xml:"failures,attr"` 87 Skipped int `xml:"skipped,attr"` 88 Tests int `xml:"tests,attr"` 89 Name string `xml:"name,attr"`
|