Click here to Skip to main content
15,889,831 members
Articles / Web Development / ASP.NET

Unit testing MVC controllers which are using global resources (App_GlobalResources)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
29 Jun 2014CPOL3 min read 24.6K   6  
Unit testing the MVC controller actions which are using Global or Local resources. As this is not straight forward to Mock the static properties of the resource files.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
India India
Its me Smile | :)

Comments and Discussions