(testResult TestResult)
| 89 | } |
| 90 | |
| 91 | func (t cliTemplate) failures(testResult TestResult) string { |
| 92 | tpl := t.getTemplatedString("failure", testResult) |
| 93 | return tpl.String() |
| 94 | } |
| 95 | |
| 96 | func (t cliTemplate) errors(testResult TestResult) string { |
| 97 | tpl := t.getTemplatedString("error", testResult) |
no test coverage detected