How to fake session object / HttpContext for integration tests
![sessionState](https://www.radenkozec.com/wp-content/uploads/2014/07/sessionState-193x200.png)
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…]