(t *FormatterTest)
| 158 | } |
| 159 | |
| 160 | func (opt *taskTestOption) applyToFormatterTest(t *FormatterTest) { |
| 161 | t.task = opt.task |
| 162 | } |
| 163 | |
| 164 | // WithVar sets a variable to be passed to the task. This can be called multiple |
| 165 | // times to set more than one variable. |
nothing calls this directly
no outgoing calls
no test coverage detected