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

Method TestPreloaderClientSend

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

Source from the content-addressed store, hash-verified

1709}
1710
1711func (s) TestPreloaderClientSend(t *testing.T) {
1712 for _, e := range listTestEnv() {
1713 testPreloaderClientSend(t, e)
1714 }
1715}
1716
1717func testPreloaderClientSend(t *testing.T, e env) {
1718 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85
testPreloaderClientSendFunction · 0.85

Tested by

no test coverage detected