“严格”和“严格”有什么区别?和“宽松”行为?

发布于 2024-09-24 00:17:46 字数 30 浏览 1 评论 0原文

起订量的简短文档并不能帮助我理解这一点。帮助!

The short document of Moq doesn't help me to understand this. Help!

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

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

发布评论

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

评论(1

我的影子我的梦 2024-10-01 00:17:46

您可以找到 这篇来自 Hadi Hariri 的帖子 有帮助!

通过严格的模拟,对模拟对象的每一次调用都必须对其设置期望。如果我们进行额外的调用并且没有设置期望,我们的测试将失败

对我来说,如果调用非设置方法(即mockObject.MethodWithoutSetup),“严格”/默认模式将抛出异常。同时,“宽松”模式将允许这样做。

You may find this post from Hadi Hariri helpful !

With strict mocks EVERY single call to the mocked object has to have expectations set on it. If we make an additional call and we don't set the expectation, our test will fail

For me, "strict"/default mode will throw exception if there's a call to non-set-up methods, i.e. mockObject.MethodWithoutSetup. Whilst, "loose" mode will allow that.

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