(t *FormatterTest)
| 79 | } |
| 80 | |
| 81 | func (opt *listOptionsTestOption) applyToFormatterTest(t *FormatterTest) { |
| 82 | t.listOptions = opt.listOptions |
| 83 | } |
| 84 | |
| 85 | // WithListError tells the test to expect an error when running the formatter. |
| 86 | // A fixture will be created with the output of any errors. |
nothing calls this directly
no outgoing calls
no test coverage detected