gpt4 book ai didi

c# - 如何验证在最小起订量中未调用该方法?

转载 作者:IT王子 更新时间:2023-10-29 03:27:36 27 4
gpt4 key购买 nike

如何验证未在 Moq 中调用该方法?

它有类似 AssertWasNotCalled 的东西吗?

更新:从版本 3.0 开始,可以使用新语法:

mock.Verify(foo => foo.Execute("ping"), Times.Never());

最佳答案

在测试后使用 Times.Never() 选项运行验证。

_mock.Object.DoSomething()
_mock.Verify(service => service.ShouldntBeCalled(), Times.Never());

关于c# - 如何验证在最小起订量中未调用该方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/537308/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com