zoukankan      html  css  js  c++  java
  • 学习笔记之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
  • 相关阅读:
    noip2007 tg day1t1 统计数字
    洛谷1123 取数游戏
    洛谷1123 取数游戏
    素数筛
    bzoj 1297 [SCOI2009]迷路
    bzoj 2115 [Wc2011] Xor——路径和环的转化
    poj 2154 Color——带优化的置换
    bzoj 1407 [Noi2002]Savage
    poj 1286 Necklace of Beads
    bzoj 4031 [HEOI2015]小Z的房间
  • 原文地址:https://www.cnblogs.com/pegasus923/p/8650305.html
Copyright © 2011-2022 走看看