GetMounts indicates an expected call of GetMounts.
()
| 68 | |
| 69 | // GetMounts indicates an expected call of GetMounts. |
| 70 | func (mr *MockmounterMockRecorder) GetMounts() *gomock.Call { |
| 71 | mr.mock.ctrl.T.Helper() |
| 72 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetMounts", reflect.TypeOf((*Mockmounter)(nil).GetMounts)) |
| 73 | } |
| 74 | |
| 75 | // MkdirAll mocks base method. |
| 76 | func (m *Mockmounter) MkdirAll(arg0 string, arg1 os.FileMode) error { |
nothing calls this directly
no outgoing calls
no test coverage detected