gpt4 book ai didi

.net-core - NSubstitute:检查 DidNotReceive 异步方法

转载 作者:行者123 更新时间:2023-12-04 08:36:06 27 4
gpt4 key购买 nike

给定一个异步方法,NSubstitute 如何检查未收到调用?
使用 NSubstitute,我们可以使用以下命令检查接收到的异步方法(或多个):

Received.InOrder(async () =>
{
await client.SendAsync(Arg.Any<string>())
});
DidNotReceive 的等价物是什么? ?

最佳答案

我在这里创建/回答了我自己的问题,因为我在 NSubstitute 中发现这不直观。

await client.DidNotReceive().SendAsync(Arg.Any<string>());

关于.net-core - NSubstitute:检查 DidNotReceive 异步方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64793152/

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