Unmount indicates an expected call of Unmount.
(arg0, arg1 any)
| 169 | |
| 170 | // Unmount indicates an expected call of Unmount. |
| 171 | func (mr *MockmounterMockRecorder) Unmount(arg0, arg1 any) *gomock.Call { |
| 172 | mr.mock.ctrl.T.Helper() |
| 173 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Unmount", reflect.TypeOf((*Mockmounter)(nil).Unmount), arg0, arg1) |
| 174 | } |
nothing calls this directly
no outgoing calls
no test coverage detected