| 279 | } |
| 280 | |
| 281 | type fixtureTemplateDataTestOption struct { |
| 282 | k string |
| 283 | v any |
| 284 | } |
| 285 | |
| 286 | func (opt *fixtureTemplateDataTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 287 | t.fixtureTemplatingEnabled = true |
nothing calls this directly
no outgoing calls
no test coverage detected