(t *FormatterTest)
| 289 | } |
| 290 | |
| 291 | func (opt *fixtureTemplateDataTestOption) applyToFormatterTest(t *FormatterTest) { |
| 292 | t.fixtureTemplatingEnabled = true |
| 293 | t.fixtureTemplateData[opt.k] = opt.v |
| 294 | } |
| 295 | |
| 296 | // Post-processing |
| 297 |
nothing calls this directly
no outgoing calls
no test coverage detected