Search Results

0
votes
2answers
236 views

Unit-Testing local and global resources in asp.net mvc

I have a class that wraps the GetGlobalResourceObject and GetLocalResourceObjet so they can be used easily in MVC. The model validation classes then load the error messages dynamically from resour …