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 *Dependency) EXPECT() *DependencyMockRecorder { |
| 42 | return m.recorder |
| 43 | } |
| 44 | |
| 45 | // Install mocks base method. |
| 46 | func (m *Dependency) Install() error { |
no outgoing calls