(t *ExecutorTest)
| 210 | } |
| 211 | |
| 212 | func (opt *experimentTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 213 | t.experiments[opt.experiment] = opt.value |
| 214 | } |
| 215 | |
| 216 | func (opt *experimentTestOption) applyToFormatterTest(t *FormatterTest) { |
| 217 | t.experiments[opt.experiment] = opt.value |
nothing calls this directly
no outgoing calls
no test coverage detected