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 *Mockmounter) EXPECT() *MockmounterMockRecorder { |
| 42 | return m.recorder |
| 43 | } |
| 44 | |
| 45 | // EvalSymlinks mocks base method. |
| 46 | func (m *Mockmounter) EvalSymlinks(arg0 string) (string, error) { |