WithRunError tells the test to expect an error during the run phase of the task execution. A fixture will be created with the output of any errors.
()
| 91 | // WithRunError tells the test to expect an error during the run phase of the |
| 92 | // task execution. A fixture will be created with the output of any errors. |
| 93 | func WithRunError() ExecutorTestOption { |
| 94 | return &runErrorTestOption{} |
| 95 | } |
| 96 | |
| 97 | type runErrorTestOption struct{} |
| 98 |
no outgoing calls
no test coverage detected
searching dependent graphs…