(t *testing.T)
| 2839 | } |
| 2840 | |
| 2841 | func (s) TestMultipleSetHeaderStreamingRPC(t *testing.T) { |
| 2842 | for _, e := range listTestEnv() { |
| 2843 | if e.name == "handler-tls" { |
| 2844 | continue |
| 2845 | } |
| 2846 | testMultipleSetHeaderStreamingRPC(t, e) |
| 2847 | } |
| 2848 | } |
| 2849 | |
| 2850 | // To test header metadata is sent when sending response. |
| 2851 | func testMultipleSetHeaderStreamingRPC(t *testing.T, e env) { |
nothing calls this directly
no test coverage detected