(t *FormatterTest)
| 140 | } |
| 141 | |
| 142 | func (opt *nameTestOption) applyToFormatterTest(t *FormatterTest) { |
| 143 | t.name = opt.name |
| 144 | } |
| 145 | |
| 146 | // WithTask sets the name of the task to run. This should be used when the task |
| 147 | // to run is not the default task. |
nothing calls this directly
no outgoing calls
no test coverage detected