Setenv implements testing.TB.
(_ string, _ string)
| 209 | |
| 210 | // Setenv implements testing.TB. |
| 211 | func (*fakeT) Setenv(_ string, _ string) { |
| 212 | panic("t.Setenv is not implemented in testutil.RunRetry closures") |
| 213 | } |
| 214 | |
| 215 | // Skip implements testing.TB. |
| 216 | func (*fakeT) Skip(_ ...any) { |
no outgoing calls