| 3175 | } |
| 3176 | |
| 3177 | type captureTestingT struct { |
| 3178 | msg string |
| 3179 | } |
| 3180 | |
| 3181 | func (ctt *captureTestingT) Errorf(format string, args ...interface{}) { |
| 3182 | ctt.msg = fmt.Sprintf(format, args...) |
nothing calls this directly
no outgoing calls
no test coverage detected