WithStatusError tells the test to make an additional call to [task.Executor.Status] after the task has been run. A fixture will be created with the output of any errors.
()
| 104 | // [task.Executor.Status] after the task has been run. A fixture will be created |
| 105 | // with the output of any errors. |
| 106 | func WithStatusError() ExecutorTestOption { |
| 107 | return &statusErrorTestOption{} |
| 108 | } |
| 109 | |
| 110 | type statusErrorTestOption struct{} |
| 111 |
no outgoing calls
no test coverage detected
searching dependent graphs…