Visual Studio 2010 offers many convenient tools for unit testing through the built-in test runner. Unfortunately, we cannot use MSTest for our unmanaged C ++ code base. Is it possible to switch from MSTest to, for example, Google.Test and integrate it with the test runner built into Visual Studio?
Thanks in advance!
source
share