Search code examples
EXPECT_THROW - Actual: it throws a different type, google tests...


c++c++11matrixgoogletestthrow

Read More
GTest's output has no colors when built with cmake+ninja and executed automatically...


cmakegoogletestninja

Read More
Is it possible to depend expected calls in gMock together?...


c++googletest

Read More
Can I test deadlock in googletest?...


c++deadlockgoogletest

Read More
How to use matcher in google test (error: undeclared identifier)...


c++testinggoogletest

Read More
Is it possible to find the seed for GoogleTest to run a specific order if the order is known?...


c++googletest

Read More
Gtest on new keyword...


c++unit-testingc++11googletest

Read More
Gtest compiler error when invoking function with rvalue argument...


c++googletest

Read More
How to mock method with optional parameter in Google Mock?...


c++mockinggoogletestgooglemock

Read More
pass method with template arguments to a macro...


c++macrosgoogletest

Read More
Access Derived class (forward declaration) using base class pointer...


c++googletest

Read More
Undefined reference with gtest...


c++googletest

Read More
Return multiple mock objects from a mocked factory function which returns std::unique_ptr...


c++googletestgooglemock

Read More
Accessing protected variable in googletest...


c++googletestprotected

Read More
Returning multiple unique_ptr from factory mock...


c++googletestgooglemock

Read More
How to repeat a test running only once Global Set-Up/Tear-Down or SetUpTestSuite / TearDownTestSuite...


repeatgoogletest

Read More
gtest EXPECT_CALL does not working when expected call is nested...


c++googletest

Read More
CMake Error: "add_subdirectory not given a binary directory"...


c++buildcmakegoogletest

Read More
Google test (gtest) `EXPECT_TRUE()` macro won't compile with `std::is_same<>` template as ...


c++templatesmacrosgoogletestis-same

Read More
Google test using C++11/14, how to fix the invalid POSIX Extended error...


c++regexgoogletest

Read More
How to check if the test failed in Google Test TearDown()?...


googletestteardown

Read More
How to extract test name in Google Test's case method?...


googletest

Read More
For unit tests, is there a hackish way to change the value of a const variable?...


c++c++11googletestconst-cast

Read More
Compiler doesn't see the C++11 identifiers...


c++visual-studioc++11googletest

Read More
Unit Testing With/Without hardward in the loop...


c++testingfactorygoogletesthardware-interface

Read More
Experiencing SIGTRAP error when executing gtest with smart pointers...


c++segmentation-faultc++17smart-pointersgoogletest

Read More
references are a pain for my mocks in TDD...


c++tddgoogletest

Read More
Difference between double comparisons in gtest (C++) and nunit (C#)...


c#c++nunitfloating-pointgoogletest

Read More
How to set path at test discovery in visual studio?...


c++visual-studiogoogletesttest-explorer

Read More
How to start using google tests on a Yocto(Open Embedded) System...


c++linuxembedded-linuxyoctogoogletest

Read More
BackNext