学习笔记之Moq

dotnet/src/MoqSample at master · haotang923/dotnet · GitHub

moq/moq4: Repo for managing Moq 4.x

  • https://github.com/moq/moq4
  • The most popular and friendly mocking framework for .NET
  • Quickstart · moq/moq4 Wiki
    • https://github.com/Moq/moq4/wiki/Quickstart
    • Moq is intended to be simple to use, strongly typed (no magic strings!, and therefore full compiler-verified and refactoring-friendly) and minimalistic (while still fully functional!).

NuGet Gallery | Moq 4.8.2

  • https://www.nuget.org/packages/Moq/

NuDoq - Moq

  • http://www.nudoq.org/#!/Projects/Moq
  • Moq: an enjoyable mocking library

Why do we need yet another NET mocking framework – Daniel Cazzulino's Blog

  • http://blogs.clariusconsulting.net/kzu/why-do-we-need-yet-another-net-mocking-framework/

MOQ_百度百科

  • https://baike.baidu.com/item/MOQ
  • Moq是利用诸如Linq表达式树和Lambda表达式等·NET 3.5的特性,为·NET设计和开发的Mocking库

单元测试与Moq - Pino晨 - 博客园

  • https://www.cnblogs.com/chenxygx/p/5803544.html

Various Mock Setups Using Moq Framework - CodeProject

  • https://www.codeproject.com/Articles/800923/Various-Mock-Setups-Using-Moq-Framework
  • In this article we will discuss various important mock setups using Moq framework
原文地址:https://www.cnblogs.com/pegasus923/p/8650305.html