(t *ExecutorTest)
| 85 | } |
| 86 | |
| 87 | func (opt *inputTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 88 | t.input = opt.input |
| 89 | } |
| 90 | |
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected