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

Method TestServerGoAway

test/goaway_test.go:205–212  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

203}
204
205func (s) TestServerGoAway(t *testing.T) {
206 for _, e := range listTestEnv() {
207 if e.name == "handler-tls" {
208 continue
209 }
210 testServerGoAway(t, e)
211 }
212}
213
214func testServerGoAway(t *testing.T, e env) {
215 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85
testServerGoAwayFunction · 0.85

Tested by

no test coverage detected