TimYorke / GoogleTestRunner

GoogleTestRunner Visual Studio 2012, 2013 unit testing adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoogleTestRunner

GoogleTestRunner Visual Studio 2013 extension / unit testing adapter.

GoogleTestRunner UI

Installation

  1. Download software installer from http://visualstudiogallery.msdn.microsoft.com/9dd47c21-97a6-4369-b326-c562678066f0

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"

Development

  1. Install Microsoft Visual Studio 2013 SDK from http://www.microsoft.com/en-us/download/details.aspx?id=40758
  2. Build & install with VS2013
  3. To debug the unit test adapter, attach to process vstest.discoveryengine.x86.exe or vstest.executionengine.x86.exe

Contributors

Markus Lindqvist, Bryan Roth

About

GoogleTestRunner Visual Studio 2012, 2013 unit testing adapter

License:GNU General Public License v2.0


Languages

Language:F# 97.9%Language:C# 2.1%