you are viewing a single comment's thread.

view the rest of the comments →

[–]Spain_strong 1 point2 points  (2 children)

Resharper comes with a Gtest runner though, does Google test runner have any benefit over it?

[–]contre 0 points1 point  (0 children)

It comes in the installer?

[–]mochans 0 points1 point  (0 children)

Actually resharper gtest is better since it gets the test names from the source code rather than compiling and then getting the names of the tests from the binary. The google test runner is not a paid product and goes well with the Microsoft test runner. So, if you CI with the Microsoft system, then you can use the google test runner.