OpenFile indicates an expected call of OpenFile.
(arg0, arg1, arg2 any)
| 111 | |
| 112 | // OpenFile indicates an expected call of OpenFile. |
| 113 | func (mr *MockmounterMockRecorder) OpenFile(arg0, arg1, arg2 any) *gomock.Call { |
| 114 | mr.mock.ctrl.T.Helper() |
| 115 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "OpenFile", reflect.TypeOf((*Mockmounter)(nil).OpenFile), arg0, arg1, arg2) |
| 116 | } |
| 117 | |
| 118 | // ReadDir mocks base method. |
| 119 | func (m *Mockmounter) ReadDir(arg0 string) ([]os.DirEntry, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected