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

MSTest search failure disables visual mutator #1

Open
fire-eggs opened this issue Feb 6, 2017 · 0 comments
Open

MSTest search failure disables visual mutator #1

fire-eggs opened this issue Feb 6, 2017 · 0 comments

Comments

@fire-eggs
Copy link

In MsTestService.cs, GetMstestExeDir(), the thrown FileNotFoundException() disables visual mutator completely.

If I change the method to return an empty string in this situation, visual mutator functions.

The method fails to find mstest.exe because my installation path for VS2015 is
"E:\VS2015", and does not contain the words "MICROSOFT VISUAL STUDIO". I.e. the full path to mstest.exe is "E:\VS2015\Common7\IDE\MSTest.exe".

[visual mutator 0.22]

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

No branches or pull requests

1 participant