(t *FormatterTest)
| 195 | } |
| 196 | |
| 197 | func (opt *executorOptionsTestOption) applyToFormatterTest(t *FormatterTest) { |
| 198 | t.executorOpts = slices.Concat(t.executorOpts, opt.executorOpts) |
| 199 | } |
| 200 | |
| 201 | // WithExperiment sets an experiment to be enabled for the test. This can be |
| 202 | // called multiple times to enable more than one experiment. |
nothing calls this directly
no outgoing calls
no test coverage detected