(format string, args ...interface{})
| 32 | } |
| 33 | |
| 34 | func (t *MockT) Errorf(format string, args ...interface{}) { |
| 35 | _, _ = format, args |
| 36 | } |
| 37 | |
| 38 | func TestImplements(t *testing.T) { |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected