type TestSuite … // Update iterates through the TestCases and updates Tests, Errors, // Failures, and Skipped top level attributes. func (t *TestSuite) Update() { … } type Property … type Error … type Failure … type TestCase …
type TestSuite … // Update iterates through the TestCases and updates Tests, Errors, // Failures, and Skipped top level attributes. func (t *TestSuite) Update() { … } type Property … type Error … type Failure … type TestCase …