DEV Community

Visual Studio Tips - Test Explorer

Jeremy Hutchinson on April 08, 2019

The Test Explorer has a great ability to filter tests in a number of different ways so you don't have to run your whole test suite when you're just...
Collapse
 
glenmccallumcan profile image
Glen McCallum

These annotations, "traits", are independent of whether you are using xunit or nunit?

Collapse
 
hutchcodes profile image
Jeremy Hutchinson • Edited

Yes, the syntax is different depending on what Unit Test Framework you're using. This blog post has some of the information about the formats at the bottom. The post is from 2012, so it may not be up to date, but should point you in the right direction.