(string, ...any)
| 25 | // expectation violations when using the mock objects. |
| 26 | type ErrorReporter interface { |
| 27 | Errorf(string, ...any) |
| 28 | } |
| 29 | |
| 30 | // ValueChecker is a function type to be set in each expectation of the producer mocks |
no outgoing calls