(t *FormatterTest)
| 250 | } |
| 251 | |
| 252 | func (opt *setupErrorTestOption) applyToFormatterTest(t *FormatterTest) { |
| 253 | t.wantSetupError = true |
| 254 | } |
| 255 | |
| 256 | // WithFixtureTemplating enables templating for the golden fixture files with |
| 257 | // the default set of data. This is useful if the golden file is dynamic in some |
nothing calls this directly
no outgoing calls
no test coverage detected