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

Method TestClientStreamingError

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

Source from the content-addressed store, hash-verified

3592}
3593
3594func (s) TestClientStreamingError(t *testing.T) {
3595 for _, e := range listTestEnv() {
3596 if e.name == "handler-tls" {
3597 continue
3598 }
3599 testClientStreamingError(t, e)
3600 }
3601}
3602
3603func testClientStreamingError(t *testing.T, e env) {
3604 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85
testClientStreamingErrorFunction · 0.85

Tested by

no test coverage detected