I want to mock the following in my action controller using RhinoMocks
Session["myId"] = someGuid.ToString();
How Do I do that?
Thank you
|
I want to mock the following in my action controller using RhinoMocks
How Do I do that? Thank you |
|||||||
|
|
Download MVC Contrib from Codeplex http://mvccontrib.codeplex.com/ or using NUget. Add the references to your .net project and follow the example below:
|
|||
|
|