You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to be precise:
Visual Studio Test Explorer itself reports this correctly.
It is the command line vstest.console that reports this wrongly. That counter is from vstest.console, and not from the adapter.
The error also comes only when both tests are failing, if both are passing or just one is passing it reports correctly.
When we execute this test we gets 2 test results instead one.
![image](https://user-images.githubusercontent.com/22616990/60503854-2c790900-9cc9-11e9-961c-2e99ee743776.png)
NUnit3TestAdapter lies about tests count.
The text was updated successfully, but these errors were encountered: