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

Method TestCompressServerHasNoSupport

test/compressor_test.go:119–123  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

117}
118
119func (s) TestCompressServerHasNoSupport(t *testing.T) {
120 for _, e := range listTestEnv() {
121 testCompressServerHasNoSupport(t, e)
122 }
123}
124
125func testCompressServerHasNoSupport(t *testing.T, e env) {
126 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85

Tested by

no test coverage detected