Smart device tests require a link to Microsoft.Pex.Framework.dll . On my machine, this file is located in C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Pex\Microsoft.Pex.Framework.dll .
I don't think the correct way to link to a file is:
- This is the private data of the Visual Studio extension. Developers probably shouldn't be in this folder.
- The path depends on the VS version and OS language.
What is the correct way to link Microsoft.Pex.Framework.dll in Visual Studio Smart Unit Tests projects?
boot4life
source share