nsubstitute
-
Nsubstitute 中 Moq 的 Mock.Get 的等效语法
-
如何模拟接口中接口的只读 属性 已经被模拟
-
xUnit - 异步列表的模拟方法 returns null
-
模拟方法需要一个列表
-
如何在 MSTest 中引发事件?
-
使用 NSubstitute 是否可以 mock/stub 基础 class 虚拟方法?
-
使用 NSubstitute 断言接收到的 ILogger 调用不匹配
-
NSubstitute:当函数参数为 byte[]/class 时,为什么 mock 函数调用 returns null?
-
无效方法的替代测试
-
如何测试 public 方法,该方法使用已定义的 getter 更改变量
-
NSubstitute 使用 FOrPartsOf 配置 void 方法什么也不做
-
无法使用 StackExchange.Redis 返回 RedisResult 的方法对 class 进行单元测试
-
无法测试使用 NSubstitute 接收的 ILogger<T>
-
使用 NSubstitute 在单元测试中验证 Expression<Func<T, bool>> 参数
-
在单元测试中模拟域实体 class' 属性:方法、抽象 classes 或虚拟属性?
-
NBuilder 和 DbContext 无效转换问题
-
有没有办法在没有 setter 的情况下使用 nsubstitute 模拟 属性?
-
如何正确检查 ILogger.LogCritical 是否已被 NSubstitute 调用?
-
Nsubstitute always returns null when argument is created inside the method that are being tested
-
在 nsubstitute Received 方法中匹配参数匹配器中的 func 委托