(t *testing.T)
| 324 | } |
| 325 | |
| 326 | func (s) TestPerRPCCredentialsViaDialOptions(t *testing.T) { |
| 327 | for _, e := range listTestEnv() { |
| 328 | testPerRPCCredentialsViaDialOptions(t, e) |
| 329 | } |
| 330 | } |
| 331 | |
| 332 | func testPerRPCCredentialsViaDialOptions(t *testing.T, e env) { |
| 333 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected