Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googletest

How to force gtest write report to xml from Init

c++ unit-testing googletest

Having a different version of a dependency based on a conan profile

c++ gcc googletest conan

How to test some code using Google test?

Valgrind reports usage of uninitialized value(s) on simple gtest

c++ valgrind googletest

How to verify the derived type of a parameter passed to a mocked function

How to suppress termination in Google test when assert() unexpectedly triggers?

How can I test methods that depends heavily on MFC with GTest

c++ mfc tdd googletest

Get number of tests ran by GoogleTest / fail on 0 tests run?

c++ googletest ctest

google mock delegate to fake must be copy constructable

c++ googletest googlemock

Value and type parametrised google tests together c++

c++ googletest

"Assert and return" macro in Google Test?

c++ testing assert googletest

Generic custom action to set value to void** argument using gmock

c++ googletest googlemock

unit test using gtest 1.6 : how to check what is printed out?

c++ unit-testing googletest

How could I use google test on windows application based on message queue?

c++ windows winapi googletest

Test multiple template functions with gTest

c++ templates googletest

Is it safe to use Google Test's apparently-internal CaptureStdOut?

googletest