Click here to Skip to main content
15,887,596 members
Everything / Moq

Moq

Moq

Great Reads

by Akram El Assas
TDD in C# through a simple example
by Sem Shekhovtsov
The how-to article that summarises best practices for unit testing ASP NET Core MVC controller using NUnit and Moq framework
by Gaston Verelst
Mocking functionality using MOQ
by Jason Sultana
Common practice that I employ in test projects - re-usable mocks

Latest Articles

by Akram El Assas
Microservices sample architecture using ASP.NET Core, Ocelot, MongoDB and JWT
by Akram El Assas
TDD in C# through a simple example
by Jason Sultana
Common practice that I employ in test projects - re-usable mocks
by freedeveloper
How to create a data access class in a way, that is possible to execute unit test on it

All Articles

Sort by Score

Moq 

15 Sep 2015 by Moe Farag
While writing tests for methods that use .NET Reflection, I found out that Rhino doesn't expose stubbed method for reflected invocation.
26 May 2020 by Daan Acohen
Some functionality of Moq can be really important but can also be easily forgotten as explained here