摘要: Moq 的使用 Info 本文基于 Moq 官方快速入门:Quickstart · devlooped/moq Wiki · GitHub 本篇代码均基于如下接口和类型: public interface IFoo { Bar Bar { get; set; } string Name { get; 阅读全文
posted @ 2025-07-27 23:41 hihaojie 阅读(19) 评论(0) 推荐(0)