(t *testing.T)
| 2906 | } |
| 2907 | |
| 2908 | func (s) TestMultipleSetHeaderStreamingRPCError(t *testing.T) { |
| 2909 | for _, e := range listTestEnv() { |
| 2910 | if e.name == "handler-tls" { |
| 2911 | continue |
| 2912 | } |
| 2913 | testMultipleSetHeaderStreamingRPCError(t, e) |
| 2914 | } |
| 2915 | } |
| 2916 | |
| 2917 | // To test header metadata is sent when sending status. |
| 2918 | func testMultipleSetHeaderStreamingRPCError(t *testing.T, e env) { |
nothing calls this directly
no test coverage detected