Rename mocks base method.
(arg0, arg1 string)
| 132 | |
| 133 | // Rename mocks base method. |
| 134 | func (m *Mockmounter) Rename(arg0, arg1 string) error { |
| 135 | m.ctrl.T.Helper() |
| 136 | ret := m.ctrl.Call(m, "Rename", arg0, arg1) |
| 137 | ret0, _ := ret[0].(error) |
| 138 | return ret0 |
| 139 | } |
| 140 | |
| 141 | // Rename indicates an expected call of Rename. |
| 142 | func (mr *MockmounterMockRecorder) Rename(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected