I have an mvc application .I need to write unit test cases for that application. In controllers of this application i m reading an object from session
objectclass Obj = (objectclass)Session["Object"];
I need to fake this reading of object using Shims/Stubs .