tomaszeman / Xunit.Extensions.Ordering

Xunit extension with full support for ordered testing at collection, class and test case levels. Full-featured AssemblyFixture implementation.
Apache License 2.0
53 stars 9 forks source link

Test Explorer test count reduce #7

Closed hayletdomybest closed 4 years ago

hayletdomybest commented 4 years ago

Hi! I use this extension, this is work correct but i encounter trouble that before use extension, I use xunit test-Framework, I have 300 count unit test method in my test explorer, when i install extension and add assembly info my install unit test project reduce 0 in test explorer,and I must to re-test method each to that explorer will add these unit test

Describe the solution you'd like I want to my explorer count will restore before install extensions