(format string, args ...interface{})
| 19 | } |
| 20 | |
| 21 | func (t *fakeTesting) Errorf(format string, args ...interface{}) { |
| 22 | t.hasErrors = true |
| 23 | } |
| 24 | |
| 25 | func Test_BodyEquals(t *testing.T) { |
| 26 | recorder := httptest.NewRecorder() |
no outgoing calls
no test coverage detected