Search code examples
C++ Google Mock - EXPECT_CALL() - expectation not working when not called directly...


c++unit-testingmockinggoogletestgooglemock

Read More
C++ compilation error: multiple definition of `main' but only 1 main function in project...


c++compilationcmakegoogletest

Read More
How to run Parameterized Tests with fixture member values in Google Test (gtest)?...


c++unit-testinggoogletestxunit

Read More
Compound Tests with GoogleTest?...


c++unit-testinggoogletest

Read More
Using QApplication with gTest in Linux...


linuxqtgoogletestqapplication

Read More
EXPECT_EQ and overloading error...


c++c++11googletest

Read More
How to use parameterized test cases?...


c++c++11googletest

Read More
No tests found when using gtest with cmake/ctest...


cmakegoogletestctest

Read More
Unresolved External Symbol in C++ Header...


c++headergoogletest

Read More
undefined reference to `pthread_getspecific' when using cmake for googletest...


c++cmakegoogletest

Read More
Error when linking gtest project...


c++googletestclion

Read More
Return reference to unique_ptr in google mock...


c++unit-testinggoogletestgooglemock

Read More
gtest capture result of EXPECT_NO_THROW statement...


c++googletest

Read More
Google unit testing in C++: how to write a persistent data file?...


c++unit-testingpersistencegoogletestfile-writing

Read More
Use EXPECT_CALL on local object of function?...


c++testinggoogletestgooglemock

Read More
Test project has problems accessing a private static method, even though I never directly call it...


c++googletest

Read More
Usage of --gtest_throw_on_failure together with ASSERT_ANY_THROW in test...


c++unit-testinggoogletest

Read More
C++ EXPECT_EQ & ASSERT inside for loop...


c++unit-testinggoogletest

Read More
When there is a failure in ASSERT_ macro of gtest, the TearDown function will be called or not?...


assertgoogletest

Read More
Passing a mock through a factory in C++...


c++unit-testingmockingfactorygoogletest

Read More
Building googletest fails ../allocators.h: No such file or directory (but it's present in /usr/l...


linuxmakefilegoogletest

Read More
C++ Visual Studio 2015 Google Tests Framework thru Resharper Breaking...


c++visual-studiounit-testingresharpergoogletest

Read More
How to pass compiler flags with CMake to use GTest...


c++c++11googletest

Read More
Why do EXPECT_CALL tests pass unexpectedly when using a dereferenced pointer?...


c++unit-testingpointersgoogletestgooglemock

Read More
Race condition segfault when using gtest EXPECT_CALL while another expectation is exercising the sam...


c++multithreadinggoogletest

Read More
Mock function called by aggregate object using googlemock...


c++unit-testinggoogletestgooglemock

Read More
google tests: can not create string from char array?...


c++stringchargoogletest

Read More
Mock non-virtual method giving compilation error...


c++googletestgooglemock

Read More
Add delay to gtest Test Case...


c++sleepgoogletest

Read More
Use gtest to write unit tests for a dynamic library...


c++unit-testinggoogletest

Read More
BackNext