GoogleTestAdapter
GoogleTestAdapter copied to clipboard
Visual studio extension that adds support for the C++ testing framework Google Test.
Bumps [NuGet.CommandLine](https://github.com/NuGet/NuGet.Client) from 5.4.0 to 5.7.2. Commits See full diff in compare view [](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...
Simple request for support for Visual Studio 2022. Installation fails:  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...
(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...
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...
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...