I have an asp.net mvc 3 project which has in one of my controllers
Response.Cookies.Add()
When I run some old unit tests they now die on "Response" as it is null. I am not sure how to mock it up to solve this problem.
I seen a couple posts here but none of the solutions seems to work and none talk about "Cookies".