是否有类似于 NUnits 的 MSTest 集合约束
我正在开发一个利用 MSTest 的项目,我需要类似的约束来测试 NUnit 提供的数组/列表(http://www.nunit.org/index.php?p=collectionConstraints&r=2.4.8)
是否有类似的内置或附加组件MSTest 框架?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这有帮助吗?
Stack Overflow 上的 C# 中的集合约束。
这是问题所涉及的特定类别。
CollectionAssert 类
断言非常与 NUnit 测试中提供的类似。
问候
鲍勃。
Does this help.
Collection Contrainsts in C# here at Stack Overflow.
And this, the specific class that the question is relating to.
CollectionAssert Class
The asserts are very similar to that provided in the NUnit test.
regards
Bob.