(statusCode int)
| 355 | } |
| 356 | |
| 357 | func (mrw *mockResponseWriter) WriteHeader(statusCode int) { |
| 358 | mrw.writeHeaderCalled = true |
| 359 | } |
| 360 | |
| 361 | func TestResponseCopierDoesntSendIfNoResponseReceived(t *testing.T) { |
| 362 | t.Parallel() |
no outgoing calls
no test coverage detected