(testResult TestResult)
| 84 | } |
| 85 | |
| 86 | func (t cliTemplate) testResult(testResult TestResult) string { |
| 87 | tpl := t.getTemplatedString("result", testResult) |
| 88 | return tpl.String() |
| 89 | } |
| 90 | |
| 91 | func (t cliTemplate) failures(testResult TestResult) string { |
| 92 | tpl := t.getTemplatedString("failure", testResult) |
no test coverage detected