views:

191

answers:

1

I noticed the existence of Microsoft.VisualStudio.TestTools.UnitTesting.PriorityAttribute. From reading a little about it, it does not seem to have anything to do with the test execution order. That being the case, it begs the question: what is it used for?

I'm curious, are there any known uses of this attribute either by Visual Studio itself of any plugins/frameworks.

+1  A: 

Its just extra metadata its not used for anything specific right now. The only thing that impacts the ordering of tests is using an ordered test