EXPECT returns an object that allows the caller to indicate expected use.
()
| 39 | |
| 40 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 41 | func (m *MockEngine) EXPECT() *MockEngineMockRecorder { |
| 42 | return m.recorder |
| 43 | } |
| 44 | |
| 45 | // Delete mocks base method. |
| 46 | func (m *MockEngine) Delete(arg0 context.Context, arg1 *storage.URI) error { |
no outgoing calls