Mount indicates an expected call of Mount.
(arg0, arg1, arg2, arg3, arg4 any)
| 96 | |
| 97 | // Mount indicates an expected call of Mount. |
| 98 | func (mr *MockmounterMockRecorder) Mount(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call { |
| 99 | mr.mock.ctrl.T.Helper() |
| 100 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Mount", reflect.TypeOf((*Mockmounter)(nil).Mount), arg0, arg1, arg2, arg3, arg4) |
| 101 | } |
| 102 | |
| 103 | // OpenFile mocks base method. |
| 104 | func (m *Mockmounter) OpenFile(arg0 string, arg1 int, arg2 os.FileMode) (*os.File, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected