如何使用 Moq 返回数据或值列表?
谁能告诉我如何使用 Moq 框架使用模拟对象返回数据列表并将如此返回的数据列表分配给另一个 List<>多变的。??
Can anyone tell me how to return List of data using mock object using Moq framework and assigning the so returned list of data to another List<> variable.??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
@理查德·班克斯给出了正确的答案。为了完整起见,如果您想使用 Moq v4功能规范并摆脱.Object:
@Richard Banks gave the correct answer. For completeness, if you want to use Moq v4 functional specifications and get rid of the .Object: