(ctx context.Context)
| 225 | } |
| 226 | |
| 227 | func Testing(ctx context.Context) *testing.T { |
| 228 | return ctx.Value(TestingT).(*testing.T) |
| 229 | } |
| 230 | |
| 231 | func TempDir(ctx context.Context) (context.Context, string) { |
| 232 | utl := &testUtil{} |
no outgoing calls
no test coverage detected