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

Method TestMultipleSetTrailerStreamingRPC

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

Source from the content-addressed store, hash-verified

2623}
2624
2625func (s) TestMultipleSetTrailerStreamingRPC(t *testing.T) {
2626 for _, e := range listTestEnv() {
2627 testMultipleSetTrailerStreamingRPC(t, e)
2628 }
2629}
2630
2631func testMultipleSetTrailerStreamingRPC(t *testing.T, e env) {
2632 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85

Tested by

no test coverage detected