GoogleTestAdapter icon indicating copy to clipboard operation
GoogleTestAdapter copied to clipboard

Visual studio extension that adds support for the C++ testing framework Google Test.

Results 32 GoogleTestAdapter issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [NuGet.CommandLine](https://github.com/NuGet/NuGet.Client) from 5.4.0 to 5.7.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NuGet.CommandLine&package-manager=nuget&previous-version=5.4.0&new-version=5.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Simple request for support for Visual Studio 2022. Installation fails: ![image](https://user-images.githubusercontent.com/3924712/138121302-9af8a3d6-aa61-4b87-b609-66a4730591e1.png) Log: ``` 10/20/2021 11:15:14 AM - Microsoft VSIX Installer 10/20/2021 11:15:14 AM - ------------------------------------------- 10/20/2021 11:15:14 AM - vsixinstaller.exe...

enhancement

(Using VS 2019 Version 16.5.2 and Google Test Adapter Version 0.18.0.1432) No matter if I'm using TEST, TEST_F, or TYPED_TEST, every test is showing up in the Test Explorer as...

I value the output from all my tests, not just tests that have failing assertions. Please do not hide the output from passing tests in Test Explorer/test log.

Hi We are using ::testing::RegisterTest to dynamically register test cases. The cases show up in the Test Explorer and can be run from here without any issue. However, if you...

Visual Studio regression?
can't reproduce

Hi Christian, I use GoogleTestAdapter 0.18.0. I set "Terminate process on cancel" to "True". When I do a Debug-Run of my test I can terminate the test execution and this...

I used the default installation (no indicator file and no custom regex). The test executable only depends on gmock.dll (verified with dumpbin). In that case IsGoogleTestExecutable returns false because it...

enhancement

Hello. My company uses Google Test Adapter in conjunction with VSTest.Console to run tests in our automated build system. We're using VSTest.console 16.11.0 and GTA 0.15.0.1305 (I have also tested...

bug