具有单元测试和模拟的开源 C# 项目(不是 MVC 项目)

发布于 2024-10-08 06:40:33 字数 129 浏览 0 评论 0原文

我想知道 Codeplex、GitHub 等中是否有任何突出的项目,它们是带有 ASP.NET 的 C#,甚至只是带有功能测试 (NUnit) 和模拟(RhinoMocks、NMock 等)的 C# API。

重点是测试和模拟。

I would like to know of any prominent projects in Codeplex, GitHub etc which are C# with ASP.NET or even just C# APIs with both functioning tests (NUnit) and mocks (RhinoMocks, NMock etc).

The emphasis is on both tests and mocks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一念一轮回 2024-10-15 06:40:33

看看 AutoMapper 项目

这不是 ASP.NET,但适合研究单元测试

look at AutoMapper project

This is not ASP.NET but good for investigate Unit tests

等风来 2024-10-15 06:40:33

你说不是MVC项目,但实际的ASP.NET MVC框架可以吗?

它进行了数千次测试,并广泛使用模拟。

除此之外,NHibernate、Sharp Architecture、FluentNHiberante 等都有相当好的单元测试和模拟。

You said not MVC projects, but is the actual ASP.NET MVC framework ok?

Its got a few thousand tests, and uses mocking extensively.

Aside from that, NHibernate, Sharp Architecture, FluentNHiberante etc have pretty good unit tests and mocks.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文