A FormatterTestOption is a function that configures an [FormatterTest].
| 16 | type ( |
| 17 | // A FormatterTestOption is a function that configures an [FormatterTest]. |
| 18 | FormatterTestOption interface { |
| 19 | applyToFormatterTest(*FormatterTest) |
| 20 | } |
| 21 | // A FormatterTest is a test wrapper around a [task.Executor] to make it |
| 22 | // easy to write tests for the task formatter. See [NewFormatterTest] for |
| 23 | // information on creating and running FormatterTests. These tests use |
no outgoing calls
no test coverage detected
searching dependent graphs…