GoogleTestRunner
GoogleTestRunner copied to clipboard
GoogleTestRunner Visual Studio 2012, 2013 unit testing adapter
Hello, when I built my solution the following appeared in the Tests output console: ------ Discover test started ------ GoogleTest: Does C:\Users(...)\xml3d-exporter-testdtest.exe match [Tt]est[s]{0,1}.exe: true An exception occurred while test...
Hi, The version of vs is VS2015 update3 with latest update vs14-kb3165756. There are some errors when running test as bellow. How can I resolve the problem? In additional, I...
Try to test multiple parametrized test fixtures at once as depicted here:  Only the first test is actually executed: ``` ------ Lauftest gestartet ------ Found 211 tests, resolving symbols...
Should this reference 4.4.0 for the VS2015 changes?
PDB may either be named "foo.pdb" or "foo.exe.pdb" (Chromium uses the latter).
The documentation says test executables are (only) found if their file names end with 'test' or 'tests'. However, in our (very big) project we cannot change how our test executables...
Hi, thank you for perfect addon. I have small issue when I try to run separate test for release version: when I select "Run Tests" (Ctrl+R, T), the runner prints:...
There is an issue with non trivial Parameters type in. Here is an example: `enum class MyEnum { One, Two };` `struct TestCaseParam { const char* name; MyEnum enumVal; };`...
Replaces in error message with .
The Google Test Runner looks for projects with the suffix Test or Tests and then runs it. However, I have a solution that has C# tests projects, that also have...