GoogleTestRunner Visual Studio 2015 extension / unit testing adapter.
- Download software installer from Visual Studio Gallery
- Open Test Explorer from "Test | Windows" menu
- GoogleTestRunner will find tests from executables that end with "test" or "tests"
- You can run or start debugging single or multiple tests by right clicking them
- Extension output can be seen from Output tab, by selecting "Show output from: Tests"
- Fork GoogleTestRunner.
- Create a topic branch off
develop
branch -git checkout -b my_branch develop
- Make changes, commit -
git commit -am "My commit message"
- Push to your branch -
git push origin my_branch
- Create a Pull Request from your branch
- Install Microsoft Visual Studio 2015 Community
- Install Visual Studio Extensibility Tools
- Build & test with Visual Studio 2015
- To debug the unit test adapter, attach to process
vstest.discoveryengine.x86.exe
orvstest.executionengine.x86.exe
Markus Lindqvist, Bryan Roth, Veli-Matti Visuri, Valentin Kantchev