(t *ExecutorTest)
| 191 | } |
| 192 | |
| 193 | func (opt *executorOptionsTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 194 | t.executorOpts = slices.Concat(t.executorOpts, opt.executorOpts) |
| 195 | } |
| 196 | |
| 197 | func (opt *executorOptionsTestOption) applyToFormatterTest(t *FormatterTest) { |
| 198 | t.executorOpts = slices.Concat(t.executorOpts, opt.executorOpts) |
nothing calls this directly
no outgoing calls
no test coverage detected