Visual Studio 2015 extension for running C++ unit tests written with GoogleTest framework.
Unit Test Runner (Adapter) for Google Test (gtest) unit testing framework.
ReSharper8 might interfere with GoogleTest Runner in VS2015
Go to (VS2015 Tools | Options | ReSharper | Suspend)
Technical:
Written in F#
Uses Microsoft DIA SDK to read symbols from .pdb's
Some native calls to read dll imports from main executable
GoogleTest definitions TEST(FooSuite, FooMethod) creates a method named FooSuite_FooMethod_Test::TestBody for actually running the test, this is the one to look for when loading symbols
Test run results are saved to Path.GetTempFileName and read in using Xml Type provider