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
  • 相关阅读:
    约瑟夫环公式解
    闭区间筛素数个数
    欧拉函数
    负进制转换
    2018黑龙江省赛总结
    基础博弈——威佐夫与尼姆不得不说的那些事
    极角排序
    int型素数拆分
    快速幂与费马小定理与组合数
    A*搜索算法
  • 原文地址:https://www.cnblogs.com/pegasus923/p/8650305.html
Copyright © 2011-2022 走看看