MockEngineMockRecorder is the mock recorder for MockEngine.
| 19 | |
| 20 | // MockEngineMockRecorder is the mock recorder for MockEngine. |
| 21 | type MockEngineMockRecorder struct { |
| 22 | mock *MockEngine |
| 23 | } |
| 24 | |
| 25 | // NewMockEngine creates a new mock instance. |
| 26 | func NewMockEngine(ctrl *gomock.Controller) *MockEngine { |
nothing calls this directly
no outgoing calls
no test coverage detected