(t *ExecutorTest)
| 173 | } |
| 174 | |
| 175 | func (opt *varTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 176 | t.vars[opt.key] = opt.value |
| 177 | } |
| 178 | |
| 179 | func (opt *varTestOption) applyToFormatterTest(t *FormatterTest) { |
| 180 | t.vars[opt.key] = opt.value |
nothing calls this directly
no outgoing calls
no test coverage detected