Rename indicates an expected call of Rename.
(arg0, arg1 any)
| 140 | |
| 141 | // Rename indicates an expected call of Rename. |
| 142 | func (mr *MockmounterMockRecorder) Rename(arg0, arg1 any) *gomock.Call { |
| 143 | mr.mock.ctrl.T.Helper() |
| 144 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Rename", reflect.TypeOf((*Mockmounter)(nil).Rename), arg0, arg1) |
| 145 | } |
| 146 | |
| 147 | // Stat mocks base method. |
| 148 | func (m *Mockmounter) Stat(arg0 string) (os.FileInfo, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected