Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How can I subclass gtest testing::Test?

c++ unit-testing googletest

How to use bazel for google test

bazel googletest

MOCK_METHOD name must be followed by '::' must be a class or namespace name

How do I check the contents in a vector using google-test?

c++ googletest

I am doing unit testing using gtest and gmock frameworks and I need help in stubbing/mocking a external C functions used inside class functions

How to work with update_engine Unit test provided by AOSP?

Comparing two boost::variant objects using EXPECT_EQ from Google Test

c++ googletest

Google test: how to check a global C (C++) function was called

c++ googletest