Reputation: 1251
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).
Upvotes: 8
Views: 1105
Reputation: 1251
Looks like this is already logged as an issue:
VS 2015 Bugs - Traits and Project Grouping in Test Explorer #485
Upvotes: 2