EXPECT returns an object that allows the caller to indicate expected use.
()
| 33 | |
| 34 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 35 | func (m *MockFolder) EXPECT() *MockFolderMockRecorder { |
| 36 | return m.recorder |
| 37 | } |
| 38 | |
| 39 | // CopyObject mocks base method. |
| 40 | func (m *MockFolder) CopyObject(srcPath, dstPath string) error { |
no outgoing calls