TaskList mocks base method.
(arg0 context.Context, arg1 client.TaskListOptions)
| 1653 | |
| 1654 | // TaskList mocks base method. |
| 1655 | func (m *MockAPIClient) TaskList(arg0 context.Context, arg1 client.TaskListOptions) (client.TaskListResult, error) { |
| 1656 | m.ctrl.T.Helper() |
| 1657 | ret := m.ctrl.Call(m, "TaskList", arg0, arg1) |
| 1658 | ret0, _ := ret[0].(client.TaskListResult) |
| 1659 | ret1, _ := ret[1].(error) |
| 1660 | return ret0, ret1 |
| 1661 | } |
| 1662 | |
| 1663 | // TaskList indicates an expected call of TaskList. |
| 1664 | func (mr *MockAPIClientMockRecorder) TaskList(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected