EXPECT returns an object that allows the caller to indicate expected use.
()
| 41 | |
| 42 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 43 | func (m *MockCoordinator) EXPECT() *MockCoordinatorMockRecorder { |
| 44 | return m.recorder |
| 45 | } |
| 46 | |
| 47 | // Close mocks base method. |
| 48 | func (m *MockCoordinator) Close() error { |
no outgoing calls