(t *ExecutorTest)
| 284 | } |
| 285 | |
| 286 | func (opt *fixtureTemplateDataTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 287 | t.fixtureTemplatingEnabled = true |
| 288 | t.fixtureTemplateData[opt.k] = opt.v |
| 289 | } |
| 290 | |
| 291 | func (opt *fixtureTemplateDataTestOption) applyToFormatterTest(t *FormatterTest) { |
| 292 | t.fixtureTemplatingEnabled = true |
nothing calls this directly
no outgoing calls
no test coverage detected