c# - Unit Testing Monorail's RedirectToReferrer() -


i trying write unit test action method calls controller.redirecttoreferrer() method, getting "no referrer available" message.

how can isolate , mock method?

have thought creating test double?


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -