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
- Host: GitHub
- URL: https://github.com/markusl/googletestrunner
- Owner: markusl
- License: gpl-2.0
- Created: 2013-09-03T17:42:36.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T18:06:16.000Z (almost 10 years ago)
- Last Synced: 2025-04-14T10:02:17.314Z (about 1 year ago)
- Language: F#
- Size: 14.5 MB
- Stars: 62
- Watchers: 12
- Forks: 24
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GoogleTestRunner
================
GoogleTestRunner Visual Studio 2015 extension / unit testing adapter.

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