| 205 | } |
| 206 | |
| 207 | type experimentTestOption struct { |
| 208 | experiment *experiments.Experiment |
| 209 | value int |
| 210 | } |
| 211 | |
| 212 | func (opt *experimentTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 213 | t.experiments[opt.experiment] = opt.value |
nothing calls this directly
no outgoing calls
no test coverage detected