Cleanup should clean up any lingering resources from the test.
(ctx context.Context, id string, logs io.Writer)
| 29 | Runnable |
| 30 | // Cleanup should clean up any lingering resources from the test. |
| 31 | Cleanup(ctx context.Context, id string, logs io.Writer) error |
| 32 | } |
| 33 | |
| 34 | // Collectable is an optional extension to Runnable that exposes additional |
no outgoing calls