GetMounts mocks base method.
()
| 59 | |
| 60 | // GetMounts mocks base method. |
| 61 | func (m *Mockmounter) GetMounts() ([]*procfs.MountInfo, error) { |
| 62 | m.ctrl.T.Helper() |
| 63 | ret := m.ctrl.Call(m, "GetMounts") |
| 64 | ret0, _ := ret[0].([]*procfs.MountInfo) |
| 65 | ret1, _ := ret[1].(error) |
| 66 | return ret0, ret1 |
| 67 | } |
| 68 | |
| 69 | // GetMounts indicates an expected call of GetMounts. |
| 70 | func (mr *MockmounterMockRecorder) GetMounts() *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected