You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Visual Studio 2015 Enterprise (14.0.25431.01) Update 3 and just installed Google Test Adapter Version 0.12.1.966 via "Tools -> Extenstions and Updates". I verified that GTA is installed and can be configured under "Tools -> Options".
I want to write unit tests for an existing project C++ project. When I use the new project wizard to create a C++ Test project, Google Test Adapter does not appear as a project type, only "Managed Test Project" and "Native Unit Test Project" (see the screen shot below). Is this feature supported in Vs2015, or do I create the test source files and discover them in Test Explorer? There is a screen shot in a Microsoft blog post that shows Google Test as an option in Vs2017.
Thank you,
David Schwartz
The text was updated successfully, but these errors were encountered:
I fear that you are a couple of weeks too early ;-)
This feature is not yet available (see #177), but will be released in the not-too-far future. The Test Adapter for Google Test (which is a fork of GTA and is maintained by Microsoft) already has a project template - that's where the screenshot is from. However, TAfGT is only available for VS2017, so that's probably not an option for you. Stay tuned...
If you don't mind, I will close this issue - keep an eye on #177!
Hi Christian
Thanks for the quick response. I look forward to your enhancement. It will
be a challenge adding unit tests to a large, legacy application. GTA will
certainly help.
David
Hi Christian,
I am using Visual Studio 2015 Enterprise (14.0.25431.01) Update 3 and just installed Google Test Adapter Version 0.12.1.966 via "Tools -> Extenstions and Updates". I verified that GTA is installed and can be configured under "Tools -> Options".
I want to write unit tests for an existing project C++ project. When I use the new project wizard to create a C++ Test project, Google Test Adapter does not appear as a project type, only "Managed Test Project" and "Native Unit Test Project" (see the screen shot below). Is this feature supported in Vs2015, or do I create the test source files and discover them in Test Explorer? There is a screen shot in a Microsoft blog post that shows Google Test as an option in Vs2017.
Thank you,
David Schwartz
The text was updated successfully, but these errors were encountered: