MkdirAll mocks base method.
(arg0 string, arg1 os.FileMode)
| 74 | |
| 75 | // MkdirAll mocks base method. |
| 76 | func (m *Mockmounter) MkdirAll(arg0 string, arg1 os.FileMode) error { |
| 77 | m.ctrl.T.Helper() |
| 78 | ret := m.ctrl.Call(m, "MkdirAll", arg0, arg1) |
| 79 | ret0, _ := ret[0].(error) |
| 80 | return ret0 |
| 81 | } |
| 82 | |
| 83 | // MkdirAll indicates an expected call of MkdirAll. |
| 84 | func (mr *MockmounterMockRecorder) MkdirAll(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected