Search code examples
Looking for ways to 'mock' posix functions in C/C++ code...


cmockingposixgoogletest

Read More
gmock template class 'const T1': actual parameter with requested alignment of 64 won't b...


c++c++11googletestgooglemock

Read More
CMake and GTest in VS 2019 test building failure...


c++cmakevisual-studio-2019googletest

Read More
How do I unit test and check the contents of a vector object of a custom struct using google mock?...


c++unit-testinggoogletestgooglemock

Read More
exiting on FATAL asserts in google test framework...


googletest

Read More
google mock unable to mock a method with a templated argument...


c++unit-testinggoogletest

Read More
CSTDDEF file not found in GTest macOS...


c++cmakegoogletest

Read More
Android NDK with Google Test...


c++android-studiogradleandroid-ndkgoogletest

Read More
GoogleTest: How to catch a generic exception in EXPECT_THROW?...


c++exceptiongoogletestgooglemock

Read More
C++ char array seems to not pass full array...


c++arraysc++11googletestimplicit-conversion

Read More
How to set expectation on the function calls inside the constructor?...


c++googletest

Read More
gcov coverage limited to test files in minimal g++ project...


c++g++code-coveragegoogletestgcov

Read More
Define and use MOCK_METHOD with gtest and gmock...


c++googletestgooglemock

Read More
Unknown CMake command "gtest_discover_tests"...


cmakecompilationgoogletest

Read More
Bazel: Tests cannot see library headers but app can...


c++boostbazelgoogletest

Read More
How to unit test bit manipulation logic...


c++bit-manipulationgoogletest

Read More
Cmake: undefined reference to included methods...


c++testingcmakeg++googletest

Read More
Building gtest for MSVC: 32bit or 64bit?...


c++visual-studiogoogletest

Read More
google test fixture one time action...


googletestfixtures

Read More
Using mocks and death tests...


c++unit-testinggoogletestgooglemock

Read More
Visual Studio's gtest unit calculates incorrect code coverage...


c++visual-studiogoogletest

Read More
Is it a way to prevent gtest (C++) from catching exceptions and segmentation faults?...


c++unit-testinggoogletest

Read More
How can I customize Google Test failure messages?...


c++unit-testingtestinggoogletest

Read More
gtest - Report index variable for loop with EXPECT_EQ...


c++unit-testinggoogletest

Read More
googlemock - mock a method that returns a complex datatyp...


c++googletestgooglemock

Read More
Use arbitrary classes as parameter for parametrized tests in googletest...


c++googletest

Read More
Generate Google C++ Unit Test XML Report...


xmlunit-testingreportgoogletest

Read More
Is there a way to detect command line arguments not running tests?...


c++googletest

Read More
How to mock system call in C++ Unit Testing during runtime using GoogleMock?...


c++cunit-testinggoogletestgooglemock

Read More
enforcing order of calling function in google mock...


c++11googletest

Read More
BackNext