| 262 | } |
| 263 | |
| 264 | type fixtureTemplatingTestOption struct{} |
| 265 | |
| 266 | func (opt *fixtureTemplatingTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 267 | t.fixtureTemplatingEnabled = true |
nothing calls this directly
no outgoing calls
no test coverage detected