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
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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: