MSTest - 来自方法的数据驱动ntest?
有谁知道怎么做吗?有一种方法可以放入数据源,但是从方法注入数据的语法是什么?
我需要测试具有特定属性的所有类。该测试基本上验证某些程序集中的某些属性(检查数据库是否同步)。
为此,最好使用一种数据驱动的测试,htat 有一个“驱动程序”方法,可以输入要测试的类的名称或类型。
Anyonw knows how? There is a way to put in a data source, but what is the syntax to have the data injected from a amethod?
I need to test all classes with specific attributes. The test basically validates certain attributes in certain assemblies (checking whether the database is in sync).
For that it would be nieto use one data driven test htat has a "driver" method that feeds in the names or types of the classes to test.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 DataSourceAttribute http://msdn.microsoft。 com/en-us/library/microsoft.visualstudio.testtools.unittesting.aspx
You can use the DataSourceAttribute http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.testtools.unittesting.aspx