问题
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