I am trying to mock HttpContext.Current.Request.UserLanguages
Can anyone help on this?
Thanks Harish
|
I am trying to mock Can anyone help on this? Thanks Harish |
||||
|
|
|
Write a wrapper for it that implements some interface and substitute it with fake one in tests. Or look here if you are using MVC http://www.hanselman.com/blog/ASPNETMVCSessionAtMix08TDDAndMvcMockHelpers.aspx |
|||
|
|