Mount mocks base method.
(arg0, arg1, arg2 string, arg3 uintptr, arg4 string)
| 88 | |
| 89 | // Mount mocks base method. |
| 90 | func (m *Mockmounter) Mount(arg0, arg1, arg2 string, arg3 uintptr, arg4 string) error { |
| 91 | m.ctrl.T.Helper() |
| 92 | ret := m.ctrl.Call(m, "Mount", arg0, arg1, arg2, arg3, arg4) |
| 93 | ret0, _ := ret[0].(error) |
| 94 | return ret0 |
| 95 | } |
| 96 | |
| 97 | // Mount indicates an expected call of Mount. |
| 98 | func (mr *MockmounterMockRecorder) Mount(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected