| 75 | } |
| 76 | |
| 77 | type listOptionsTestOption struct { |
| 78 | listOptions task.ListOptions |
| 79 | } |
| 80 | |
| 81 | func (opt *listOptionsTestOption) applyToFormatterTest(t *FormatterTest) { |
| 82 | t.listOptions = opt.listOptions |
nothing calls this directly
no outgoing calls
no test coverage detected