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
Running IntelliTest multiple times, results in multiple copies of the same test being added to the test class with an incremental suffix in the name. This is an issue with MSTestV2 and works for MSTest.
Steps to reproduce
Create a Class Library.
Right CLick -> IntelliTest -> Create IntelliTest with MSTestV2 framework
RightClick-> IntelliTest -> Run IntelliTest multiple times
Expected behavior
*.Test.g.cs should have one copy of all possible test cases.
Actual behavior
*.Test.g.cs have multiple copies of the same test being added to the test class with an incremental suffix in the name
Environment
VS2017 RC4
The text was updated successfully, but these errors were encountered:
Description
Running IntelliTest multiple times, results in multiple copies of the same test being added to the test class with an incremental suffix in the name. This is an issue with MSTestV2 and works for MSTest.
Steps to reproduce
Expected behavior
*.Test.g.cs should have one copy of all possible test cases.
Actual behavior
*.Test.g.cs have multiple copies of the same test being added to the test class with an incremental suffix in the name
Environment
VS2017 RC4
The text was updated successfully, but these errors were encountered: