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

Method TestCompressorRegister

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

Source from the content-addressed store, hash-verified

587}
588
589func (s) TestCompressorRegister(t *testing.T) {
590 for _, e := range listTestEnv() {
591 testCompressorRegister(t, e)
592 }
593}
594
595func testCompressorRegister(t *testing.T, e env) {
596 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85
testCompressorRegisterFunction · 0.85

Tested by

no test coverage detected