nsubstitute
-
为什么 NSubstitute returns 指定倍数时仅最后一个值
-
无法使用 Returns 模拟多次调用的方法
-
来自 API 控制器的单元测试 NService.Send
-
使用 NUnit/NSubstitute/AutoFixture 和 InsightDatabase 模拟 DbConnection
-
尽管有内部构造函数,但仍允许使用 NSubstitute 创建 Sitecore 数据库
-
我可以在不重新创建模拟的情况下撤消 NSubstitute 的 Returns() 替换吗?
-
NSubstitute:当字符串来自资源时,Received() 不检查字符串参数
-
Nsubstitute:收到检查错误的方法
-
在同一个项目中使用单元测试框架集安全吗?
-
收到的 NSubstitute 和 AutoFixture 问题
-
NSubstitute - 模拟在返回任务的方法中抛出异常
-
如何对使用 DbContext 和 NSubstitute 的存储库进行单元测试?
-
Nunit、NCrunch 和 NSubstitute - 总是有 2 个测试因 UnexpectedArgumentMatcherException 而失败,它(准)随机变化
-
NSubstitute,对收到的调用断言,使用 object.ReferenceEquals 比较参数
-
NSubstitute:Substitute.For<> 和 Substitute.ForPartsOf 之间的区别
-
如何使用 NSubstitute 模拟对 AutoFixture 中 return 不同值的同一方法的一系列调用?
-
使用 out 参数在 NSubstitute 模拟方法中返回不同的值
-
c# WCF 测试 EntityDescriptor
-
为 HTTPMethods 创建模拟
-
为什么单元测试失败,尽管它包含我正在测试的所有值