通过 pex 和 moles 进行单元测试和数据库隔离

发布于 2024-12-29 07:53:19 字数 159 浏览 2 评论 0原文

我有一个 VS winforms 项目,其中有很多数据库调用。

每当我创建单元测试时,都会有更多的方法,需要更多的时间来消耗更多的单元测试项目。

我如何隔离数据库调用或者如果我使用微软的moles和pex我能够隔离数据库调用吗?任何关于痣和 pex 的样本都会非常有帮助。

I have a VS winforms project which has lot of database calls.

Whenever i create unit testing, there is more number of methods, taking more time to consume and more number of unit test projects.

How do i isolate DB calls or will i be able to isolate DB calls if i use microsoft's moles and pex? Any samples on moles and pex will be highly helpful.

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

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

发布评论

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

评论(1

挽心 2025-01-05 07:53:19

您可以隔离任何内容 - 数据库调用、Web 服务调用、SharePoint。不要紧。您的项目引用了许多外部依赖项,例如 System.Data。您可以获取预构建的 Moles 组件,也可以构建自己的组件。框架在某些方面相当粗糙,但它确实有效。

You can isolate anything - database calls, web services calls, SharePoint. It does not matter. Your project has references to a number of external dependencies like System.Data. You can either grab the pre-built moles assemblies or build you own. Framework is pretty rough at some points, but it works.

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