TaskInspect indicates an expected call of TaskInspect.
(arg0, arg1, arg2 any)
| 1647 | |
| 1648 | // TaskInspect indicates an expected call of TaskInspect. |
| 1649 | func (mr *MockAPIClientMockRecorder) TaskInspect(arg0, arg1, arg2 any) *gomock.Call { |
| 1650 | mr.mock.ctrl.T.Helper() |
| 1651 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TaskInspect", reflect.TypeOf((*MockAPIClient)(nil).TaskInspect), arg0, arg1, arg2) |
| 1652 | } |
| 1653 | |
| 1654 | // TaskList mocks base method. |
| 1655 | func (m *MockAPIClient) TaskList(arg0 context.Context, arg1 client.TaskListOptions) (client.TaskListResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected