(t *ExecutorTest)
| 97 | type runErrorTestOption struct{} |
| 98 | |
| 99 | func (opt *runErrorTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 100 | t.wantRunError = true |
| 101 | } |
| 102 | |
| 103 | // WithStatusError tells the test to make an additional call to |
| 104 | // [task.Executor.Status] after the task has been run. A fixture will be created |
nothing calls this directly
no outgoing calls
no test coverage detected