ReadDir indicates an expected call of ReadDir.
(arg0 any)
| 126 | |
| 127 | // ReadDir indicates an expected call of ReadDir. |
| 128 | func (mr *MockmounterMockRecorder) ReadDir(arg0 any) *gomock.Call { |
| 129 | mr.mock.ctrl.T.Helper() |
| 130 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ReadDir", reflect.TypeOf((*Mockmounter)(nil).ReadDir), arg0) |
| 131 | } |
| 132 | |
| 133 | // Rename mocks base method. |
| 134 | func (m *Mockmounter) Rename(arg0, arg1 string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected