(t *FormatterTest)
| 214 | } |
| 215 | |
| 216 | func (opt *experimentTestOption) applyToFormatterTest(t *FormatterTest) { |
| 217 | t.experiments[opt.experiment] = opt.value |
| 218 | } |
| 219 | |
| 220 | // WithPostProcessFn adds a [PostProcessFn] function to the test. Post-process |
| 221 | // functions are run on the output of the task before a fixture is created. This |
nothing calls this directly
no outgoing calls
no test coverage detected