How to handle HttpSession in MbUnit

Posted by Dilip on Stack Overflow See other posts from Stack Overflow or by Dilip
Published on 2010-04-11T21:54:45Z Indexed on 2010/04/11 22:03 UTC
Read the original article Hit count: 279

Filed under:

I have a ASP.NET MVC 1.0 Controller which implements a HttpSession object for storing sorted result

How I can test the Controller from MbUnit?

© Stack Overflow or respective owner

Related posts about asp.net-mvc