I have the exact case as in this post: How to set the test case sequence in XUnit
Which points me to this link: http://www.bricelam.net/2012/04/xunitnet-extensibility.html
Followed the snippet of code in the post, the one using RunWithAttribute
.
But as one of the comments in the post pointed out,
once I annotate my test class with [PrioritizedFixture]
all of my test classes are no longer recognized by the xUnit Runner in Visual Studio.
Is there anyway to make this work?
*Using VS2013 and xUnit 1.9.2