(t testing.TB)
| 42 | } |
| 43 | |
| 44 | func (e integrationRunner) BeforeTest(t testing.TB) { |
| 45 | BeforeTest(t) |
| 46 | } |
| 47 | |
| 48 | func (e integrationRunner) NewCluster(ctx context.Context, t testing.TB, opts ...config.ClusterOption) intf.Cluster { |
| 49 | var err error |
nothing calls this directly
no test coverage detected