Select mocks base method
(arg0 string, arg1 []string)
| 80 | |
| 81 | // Select mocks base method |
| 82 | func (m *MockUI) Select(arg0 string, arg1 []string) (int, error) { |
| 83 | m.ctrl.T.Helper() |
| 84 | ret := m.ctrl.Call(m, "Select", arg0, arg1) |
| 85 | ret0, _ := ret[0].(int) |
| 86 | ret1, _ := ret[1].(error) |
| 87 | return ret0, ret1 |
| 88 | } |
| 89 | |
| 90 | // Select indicates an expected call of Select |
| 91 | func (mr *MockUIMockRecorder) Select(arg0, arg1 interface{}) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected