Blog Logo
TAGS

A cheat sheet to migrate from Moq to NSubstitute

Tim Deschryver wrote a blog post titled A cheat sheet to migrate from Moq to NSubstitute on August 14, 2023. The article provides a comprehensive guide on migrating from Moq to NSubstitute. It covers various topics such as initialization, argument matchers, testing method invocations, setting the return value, automation of migration, and concludes with helpful tips. The article also includes code examples and highlights the differences between Moq and NSubstitute. Migrating from Moq to NSubstitute can be accomplished by following the steps mentioned in the article.