(t *ExecutorTest)
| 230 | } |
| 231 | |
| 232 | func (opt *postProcessFnTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 233 | t.postProcessFns = append(t.postProcessFns, opt.fn) |
| 234 | } |
| 235 | |
| 236 | func (opt *postProcessFnTestOption) applyToFormatterTest(t *FormatterTest) { |
| 237 | t.postProcessFns = append(t.postProcessFns, opt.fn) |
nothing calls this directly
no outgoing calls
no test coverage detected