(t *FormatterTest)
| 268 | } |
| 269 | |
| 270 | func (opt *fixtureTemplatingTestOption) applyToFormatterTest(t *FormatterTest) { |
| 271 | t.fixtureTemplatingEnabled = true |
| 272 | } |
| 273 | |
| 274 | // WithFixtureTemplateData adds data to the golden fixture file templates. Keys |
| 275 | // given here will override any existing values. This option will also enable |
nothing calls this directly
no outgoing calls
no test coverage detected