SaveChanges 上的 Moq 实体框架审核

发布于 2024-10-09 06:57:55 字数 135 浏览 1 评论 0原文

发现用 EF4 进行单元测试真的很难。一定是我缺乏知识。

我正在使用 EF 进行一些审核,我想测试在调用 CustomerSave 时是否调用了 AuditClass 上的特定方法。

你会如何处理这个问题? 能做到吗? 谢谢

Finding really hard to unittest with EF4.Must be lack of knowledge on my part.

I am doing some auditing using EF and I would like to test that a particular method on my AuditClass has been called when calling CustomerSave.

How would you approach this?
Can it be done?
thanks

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

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

发布评论

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

评论(1

月下客 2024-10-16 06:57:55

确实,我没有单元测试知识,但我可以引导您观看 julie lerman 的视频,您可以在其中获得一些想法,创建一个用于测试目的的虚假上下文。这需要额外的工作,但它可以解决您的问题。

希望我有所帮助,不要忘记标记为答案:)

Really i have no unit testing knowledge but i can guide you to this video from julie lerman where you can get some ideas creating a fake context for testing purposes. This requires extra work but its a solution for your problem.

Hope i helped, dont forget mark as answer :)

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