How to fake session object / HttpContext for integration tests
Sometimes when we write integration tests we need to fake HttpContext to test some functionality proper way. In one of my projects I needed a possibility to fake some session variables such as userState and [Read More…]