nsubstitute
-
NSubstitute 使用 return 值对被调用方法进行有序测试 (Recived.InOrder),导致 CouldNotSetReturnDueToMissingInfoAboutLastCallException
-
使用匿名类型时模拟方法 returns null
-
是否可以使用 NSubstitute 模拟本地方法变量?
-
为什么 NSubstitute.Return 没有被调用?
-
如何在 CosmosSDK v3+ 的 FeedResponse 中提供模拟值?
-
使用特定的参数序列多次调用 NSubstitute 方法?
-
NSubstitute ForPartsOf...当调用真正的方法时
-
NSubstitute ForPartsOf 模拟除一个之外的所有方法?
-
如何将 Nsubstitue 用于具有不同参数和 return 值的方法?
-
模拟子验证器时 FluentValidation 抛出 NullReference 异常
-
如何从模拟对象中 return IQueryable<TEntity> 对象?
-
NSubsitute 中这样的参数的等效参数匹配器是什么 - "Expression<Func<TEntity, bool>> predicate)"?
-
将 NSubstitute 导入 Unity 项目
-
NSubstitute:模拟私有方法
-
如何在 NSubstitute 3.1 中使用 ref 参数引发委托事件?
-
我如何从用 NSubstitute 模拟的对象中 return 一个对象(即 List<string>)?
-
如何使用 NSubstitute 框架验证接收到具有特殊类型的 AddSingleton
-
当输出参数返回不同的派生类型时,NSubstitute 抛出 ArgumentSetWithIncompatibleValueException
-
使用 Nsubstitute 的单元测试总是 return null,在 Repository 模式上使用 Lambda 表达式
-
c# vs 2017 mocking var 属性 with return inside