()
| 24 | func (w *flushErrorResponseWriter) Write(p []byte) (int, error) { return len(p), nil } |
| 25 | func (w *flushErrorResponseWriter) WriteHeader(code int) {} |
| 26 | func (w *flushErrorResponseWriter) Flush() {} |
| 27 | func (w *flushErrorResponseWriter) FlushError() error { return w.err } |
| 28 | |
| 29 | func TestWrap_preservesWriteHookForWriteString(t *testing.T) { |
no outgoing calls
no test coverage detected