Hello,
I am unable to set Form values, getting the below exception.
Isolate.WhenCalled(() => _requestController.Request.Form["requestObject"]).WillReturn("testObject");
is throwing the below exception
Evaluation of method _72MryuZBmhDJUfJUxd97ezd07bE_._ugrz5HsjERv98tCTQmbIeCpCNjf_[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].WillReturn requires calling method System.Reflection.RuntimeMethodInfo.get_ReturnTypeCustomAttributes, which cannot be called in this context.
Please help.
Regards,
Roopa