(*ExecutorTest)
| 21 | // A ExecutorTestOption is a function that configures an [ExecutorTest]. |
| 22 | ExecutorTestOption interface { |
| 23 | applyToExecutorTest(*ExecutorTest) |
| 24 | } |
| 25 | // A ExecutorTest is a test wrapper around a [task.Executor] to make it easy |
| 26 | // to write tests for tasks. See [NewExecutorTest] for information on |
no outgoing calls