What is "moq"
Moq is a library for creating Mocks, which are data units used for unit testing.
- Site Nuget: https://www.nuget.org/packages/Moq/
- Github: https://github.com/Moq/moq
Usage Tutorials and Examples
- Moq with ASP.NET MVC (in English)
Moq is a library for creating Mocks, which are data units used for unit testing.