(t *ExecutorTest)
| 264 | type fixtureTemplatingTestOption struct{} |
| 265 | |
| 266 | func (opt *fixtureTemplatingTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 267 | t.fixtureTemplatingEnabled = true |
| 268 | } |
| 269 | |
| 270 | func (opt *fixtureTemplatingTestOption) applyToFormatterTest(t *FormatterTest) { |
| 271 | t.fixtureTemplatingEnabled = true |
nothing calls this directly
no outgoing calls
no test coverage detected