/GoogleTestRunner

GoogleTestRunner Visual Studio 2012, 2013 unit testing adapter

Primary LanguageF#GNU General Public License v2.0GPL-2.0

GoogleTestRunner

GoogleTestRunner Visual Studio 2015 extension / unit testing adapter.

GoogleTestRunner UI

Installation

  1. Download software installer from Visual Studio Gallery

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 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 from your branch

Development

  1. Install Microsoft Visual Studio 2015 Community
  2. Install Visual Studio Extensibility Tools
  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