mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-13 00:57:36 -05:00
@ -69,6 +69,10 @@ func (t *Testsuite) AddTestcase(tc Testcase) {
|
||||
if tc.Failure != nil {
|
||||
t.Failures += 1
|
||||
}
|
||||
|
||||
if tc.Skipped != nil {
|
||||
t.Skipped += 1
|
||||
}
|
||||
}
|
||||
|
||||
func (ts *Testsuite) SetTimestamp(t time.Time) {
|
||||
|
Reference in New Issue
Block a user