Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple copies added for same test on running multiple times in IntelliTest #92

Closed
jayaranigarg opened this issue Mar 1, 2017 · 1 comment
Assignees
Milestone

Comments

@jayaranigarg
Copy link
Member

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

  1. Create a Class Library.
  2. Right CLick -> IntelliTest -> Create IntelliTest with MSTestV2 framework
  3. 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

@AbhitejJohn
Copy link
Contributor

@jayaranigarg : This should not be dependent on MSTestV2. How did we try this on MSTest? This was an issue in intelliTest earlier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants