(t *testing.T)
| 2623 | } |
| 2624 | |
| 2625 | func (s) TestMultipleSetTrailerStreamingRPC(t *testing.T) { |
| 2626 | for _, e := range listTestEnv() { |
| 2627 | testMultipleSetTrailerStreamingRPC(t, e) |
| 2628 | } |
| 2629 | } |
| 2630 | |
| 2631 | func testMultipleSetTrailerStreamingRPC(t *testing.T, e env) { |
| 2632 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected