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

Method TestPerRPCCredentialsViaDialOptionsAndCallOptions

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

Source from the content-addressed store, hash-verified

367}
368
369func (s) TestPerRPCCredentialsViaDialOptionsAndCallOptions(t *testing.T) {
370 for _, e := range listTestEnv() {
371 testPerRPCCredentialsViaDialOptionsAndCallOptions(t, e)
372 }
373}
374
375func testPerRPCCredentialsViaDialOptionsAndCallOptions(t *testing.T, e env) {
376 te := newTest(t, e)

Callers

nothing calls this directly

Tested by

no test coverage detected