Pex 如何处理仿制药?
Pex 如何处理仿制药?
How Pex can deal with generics?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Pex 如何处理仿制药?
How Pex can deal with generics?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
同意,这个问题很不清楚。也许这会有所帮助?: http://channel9.msdn .com/Blogs/briankel/Pex-Automated-Exploratory-Testing-for-NET
Agree, the question is pretty unclear. Maybe this will help?: http://channel9.msdn.com/Blogs/briankel/Pex-Automated-Exploratory-Testing-for-NET
如果您的意思是这样的话,Pex 可以探索通用方法。你可以使用
[PexGenericArguments( params Type[] 类型)]
提供 pex 应使用的通用参数。您还可以多次使用该属性以使其使用类型参数的多种组合
Pex can explore generic methods if thats what you mean. you can use
[PexGenericArguments( params Type[] types)]
to supply the generic arguments pex should use. you can also use the attribute multiple times to get it to use multiple combinations of type arguments