## Background: - In variadic UDFs, parameters are retrieved from context as if from a list. - For example: `ctx[0]` gets the first parameter of the UDF - However, MockContextRunWrapper does not provide this. ## Acceptance criteria - Make MockContextRunWrapper subscriptable implementing `__getitem__` method - Add unit tests considering this feature