(t *testing.T)
| 2750 | } |
| 2751 | |
| 2752 | func (s) TestMultipleSetHeaderUnaryRPCError(t *testing.T) { |
| 2753 | for _, e := range listTestEnv() { |
| 2754 | if e.name == "handler-tls" { |
| 2755 | continue |
| 2756 | } |
| 2757 | testMultipleSetHeaderUnaryRPCError(t, e) |
| 2758 | } |
| 2759 | } |
| 2760 | |
| 2761 | // To test header metadata is sent when sending status. |
| 2762 | func testMultipleSetHeaderUnaryRPCError(t *testing.T, e env) { |
nothing calls this directly
no test coverage detected