()
| 277 | } |
| 278 | |
| 279 | func (f *testFunc) ForwardedParamsFormat() string { |
| 280 | return strings.Replace(f.ForwardedParams(), "msgAndArgs", "append([]interface{}{msg}, args...)", 1) |
| 281 | } |
| 282 | |
| 283 | func (f *testFunc) Comment() string { |
| 284 | return "// " + strings.Replace(strings.TrimSpace(f.DocInfo.Doc), "\n", "\n// ", -1) |
nothing calls this directly
no test coverage detected