MCPcopy
hub / github.com/grpc/grpc-go / TestMultipleSetHeaderUnaryRPCError

Method TestMultipleSetHeaderUnaryRPCError

test/end2end_test.go:2752–2759  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2750}
2751
2752func (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.
2762func testMultipleSetHeaderUnaryRPCError(t *testing.T, e env) {

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85

Tested by

no test coverage detected