An open API service indexing awesome lists of open source software.

https://github.com/markusl/googletestrunner

GoogleTestRunner Visual Studio 2012, 2013 unit testing adapter
https://github.com/markusl/googletestrunner

Last synced: about 1 year ago
JSON representation

GoogleTestRunner Visual Studio 2012, 2013 unit testing adapter

Awesome Lists containing this project

README

          

GoogleTestRunner
================

GoogleTestRunner Visual Studio 2015 extension / unit testing adapter.

![GoogleTestRunner UI](/data/vs_googletestrunner_screenshot.png)

Installation
------------
1. Download software installer from [Visual Studio Gallery](https://visualstudiogallery.msdn.microsoft.com/cbd1a9b2-790b-4d49-905f-d128ca21d3fb)

Usage
-----
1. Open Test Explorer from "Test | Windows" menu
2. GoogleTestRunner will find tests from executables that end with "test" or "tests"
3. You can run or start debugging single or multiple tests by right clicking them
4. Extension output can be seen from Output tab, by selecting "Show output from: Tests"

Contributing
------------

1. [Fork](http://help.github.com/fork-a-repo/) GoogleTestRunner.
2. Create a topic branch off `develop` branch - `git checkout -b my_branch develop`
3. Make changes, commit - `git commit -am "My commit message"`
4. Push to your branch - `git push origin my_branch`
5. Create a [Pull Request](http://help.github.com/pull-requests/) from your branch

Development
-----------
1. Install Microsoft Visual Studio 2015 Community
2. Install [Visual Studio Extensibility Tools](https://msdn.microsoft.com/en-us/library/bb166441%28v=vs.140%29.aspx)
3. Build & test with Visual Studio 2015
4. To debug the unit test adapter, attach to process `vstest.discoveryengine.x86.exe` or `vstest.executionengine.x86.exe`

Contributors
------------
Markus Lindqvist, Bryan Roth, Veli-Matti Visuri, Valentin Kantchev