Unmount mocks base method.
(arg0 string, arg1 int)
| 161 | |
| 162 | // Unmount mocks base method. |
| 163 | func (m *Mockmounter) Unmount(arg0 string, arg1 int) error { |
| 164 | m.ctrl.T.Helper() |
| 165 | ret := m.ctrl.Call(m, "Unmount", arg0, arg1) |
| 166 | ret0, _ := ret[0].(error) |
| 167 | return ret0 |
| 168 | } |
| 169 | |
| 170 | // Unmount indicates an expected call of Unmount. |
| 171 | func (mr *MockmounterMockRecorder) Unmount(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected