()
| 3008 | } |
| 3009 | |
| 3010 | func CreateTestResponseRecorder() *TestResponseRecorder { |
| 3011 | return &TestResponseRecorder{ |
| 3012 | httptest.NewRecorder(), |
| 3013 | make(chan bool, 1), |
| 3014 | } |
| 3015 | } |
| 3016 | |
| 3017 | func TestContextStream(t *testing.T) { |
| 3018 | w := CreateTestResponseRecorder() |
no outgoing calls
no test coverage detected