axodox / AxoCover

Nice and free .Net code coverage support for Visual Studio with OpenCover.
https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover
MIT License
248 stars 60 forks source link

Specify order of test execution #162

Open axodox opened 6 years ago

axodox commented 6 years ago

I would probably offer 4 options for ordering:

However overriding the order could decrease performance though, as I would need to call the executor per test (as to avoid it reordering the tests). I will need to test how significant this could be. I could also add test framework specific order control, but that is more work.