(t *testing.T)
| 3592 | } |
| 3593 | |
| 3594 | func (s) TestClientStreamingError(t *testing.T) { |
| 3595 | for _, e := range listTestEnv() { |
| 3596 | if e.name == "handler-tls" { |
| 3597 | continue |
| 3598 | } |
| 3599 | testClientStreamingError(t, e) |
| 3600 | } |
| 3601 | } |
| 3602 | |
| 3603 | func testClientStreamingError(t *testing.T, e env) { |
| 3604 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected