adding time to testcase

This commit is contained in:
sshen 2022-10-05 11:37:51 -05:00
parent 3cb76bc5e6
commit 4d6a843a6c

View file

@ -48,6 +48,7 @@ type TestSuite struct {
type TestCase struct {
XMLName xml.Name `xml:"testcase"`
Name string `xml:"name,attr"`
Time int `xml:"time,attr"`
ClassName string `xml:"classname,attr"`
Skipped *TestCaseSkipped `xml:"skipped,omitempty"`
Error *TestCaseError `xml:"error,omitempty"`