(testResult TestResult)
| 94 | } |
| 95 | |
| 96 | func (t cliTemplate) errors(testResult TestResult) string { |
| 97 | tpl := t.getTemplatedString("error", testResult) |
| 98 | return tpl.String() |
| 99 | } |
| 100 | |
| 101 | func (t cliTemplate) getTemplatedString(name string, data interface{}) bytes.Buffer { |
| 102 | var tpl bytes.Buffer |
no test coverage detected