Visual Studio 2015 Test Explorer does not see XUnit dnx traits

别来无恙 提交于 2019-12-04 03:04:09

问题


The Visual Studio 2015 Test Explorer does not recognize my test traits.

When I add this to a test in a DNX project:

[Trait("Category", "Test")]

the test still shows up in the Test Explorer under the No Traits group (when grouping tests by Traits).


回答1:


Looks like this is already logged as an issue:

VS 2015 Bugs - Traits and Project Grouping in Test Explorer #485



来源:https://stackoverflow.com/questions/32258618/visual-studio-2015-test-explorer-does-not-see-xunit-dnx-traits

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!