(t *testing.T)
| 367 | } |
| 368 | |
| 369 | func (s) TestPerRPCCredentialsViaDialOptionsAndCallOptions(t *testing.T) { |
| 370 | for _, e := range listTestEnv() { |
| 371 | testPerRPCCredentialsViaDialOptionsAndCallOptions(t, e) |
| 372 | } |
| 373 | } |
| 374 | |
| 375 | func testPerRPCCredentialsViaDialOptionsAndCallOptions(t *testing.T, e env) { |
| 376 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected