seanconnollydev / twitter-search

Web app that searches Twitter, implemented in both ASP.NET MVC and Backbone
0 stars 0 forks source link

Add unit tests to TwitterSearchController #2

Closed seanconnollydev closed 11 years ago

seanconnollydev commented 11 years ago

NuGet this package to get the MVC Contrib project: “MvcContrib.Mvc3.TestHelper-ci”. This allows for easy mocking of session state and other contexts in a controller.

http://cgeers.com/2011/08/07/asp-net-mvc-mocking-session-state/