Monday, February 16, 2009

Comparing Mock frameworks for .NET

Andrew Kazyrevich posted a series of articles comparing the most popular Mock frameworks for .NET development: NMock2, Rhino Mocks, Moq, and Typemock Isolator.

The complete series of articles can be found at:
He also created an open source project that "provides a unified set of tests written against Moq, NMock2, Rhino Mocks and Typemock Isolator, so that you can easily compare the frameworks and make an informed decision when picking one up".

http://code.google.com/p/mocking-frameworks-compare/


No comments:

Spring Boot Configuration Properties Localization

Spring Boot allows to externalize application configuration by using properties files or YAML files. Spring Profiles  provide a way to segr...