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

Method TestPerRPCCredentialsViaDialOptions

test/creds_test.go:326–330  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

324}
325
326func (s) TestPerRPCCredentialsViaDialOptions(t *testing.T) {
327 for _, e := range listTestEnv() {
328 testPerRPCCredentialsViaDialOptions(t, e)
329 }
330}
331
332func testPerRPCCredentialsViaDialOptions(t *testing.T, e env) {
333 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85

Tested by

no test coverage detected