Thursday, May 5, 2011

What is PriorityAttribute Used for in MSTEST / Visual Studio

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.

From stackoverflow
  • 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

0 comments:

Post a Comment