(t *FormatterTest)
| 234 | } |
| 235 | |
| 236 | func (opt *postProcessFnTestOption) applyToFormatterTest(t *FormatterTest) { |
| 237 | t.postProcessFns = append(t.postProcessFns, opt.fn) |
| 238 | } |
| 239 | |
| 240 | // WithSetupError sets the test to expect an error during the setup phase of the |
| 241 | // task execution. A fixture will be created with the output of any errors. |
nothing calls this directly
no outgoing calls
no test coverage detected