(t *ExecutorTest)
| 246 | type setupErrorTestOption struct{} |
| 247 | |
| 248 | func (opt *setupErrorTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 249 | t.wantSetupError = true |
| 250 | } |
| 251 | |
| 252 | func (opt *setupErrorTestOption) applyToFormatterTest(t *FormatterTest) { |
| 253 | t.wantSetupError = true |
nothing calls this directly
no outgoing calls
no test coverage detected