(t *testing.T)
| 2510 | } |
| 2511 | |
| 2512 | func (s) TestPingPong1MB(t *testing.T) { |
| 2513 | runPingPongTest(t, 1048576) |
| 2514 | } |
| 2515 | |
| 2516 | // This is a stress-test of flow control logic. |
| 2517 | func runPingPongTest(t *testing.T, msgSize int) { |
nothing calls this directly
no test coverage detected