MkdirAll indicates an expected call of MkdirAll.
(arg0, arg1 any)
| 82 | |
| 83 | // MkdirAll indicates an expected call of MkdirAll. |
| 84 | func (mr *MockmounterMockRecorder) MkdirAll(arg0, arg1 any) *gomock.Call { |
| 85 | mr.mock.ctrl.T.Helper() |
| 86 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "MkdirAll", reflect.TypeOf((*Mockmounter)(nil).MkdirAll), arg0, arg1) |
| 87 | } |
| 88 | |
| 89 | // Mount mocks base method. |
| 90 | func (m *Mockmounter) Mount(arg0, arg1, arg2 string, arg3 uintptr, arg4 string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected