(result runtime.Result)
| 79 | } |
| 80 | |
| 81 | func (t cliTemplate) summary(result runtime.Result) string { |
| 82 | tpl := t.getTemplatedString("summary", result) |
| 83 | return tpl.String() |
| 84 | } |
| 85 | |
| 86 | func (t cliTemplate) testResult(testResult TestResult) string { |
| 87 | tpl := t.getTemplatedString("result", testResult) |
no test coverage detected