I will show how easy it is to isolate your client code from ASP.NET code, using the Moles Isolation Framework, in order to test that your code performs as intended. In the following example I will show how easy it is to isolate your client code from ASP.NET code, using the Moles Isolation Framework,... [More]
Moles is a new framework from Microsoft Research for isolating objects in unit tests Moles is a new framework from Microsoft Research for isolating objects in unit tests. With the framework you create test stubs by using delegates and you can route any .NET method you want, including non-virtual and... [More]