CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
googletest
09-13
Net
Templated Googletest for enums
08-31
Blockchain
How To Properly Call a Method From a Mocked Method in Google Test/Mock
08-24
Mobile
CMake and GoogleTest weird behaviour with comparison when changing build type from Debug to Release
08-20
database
Setup/Configuring unit-testing with google test in C using Visual Studio 2020
08-18
Back-end
How to keep the parameter the same in gtest
08-18
Blockchain
How to instruct Google Test to expect std::abort()?
08-18
Blockchain
How to compile GoogleTest tests efficiently in separate subdirectory in CMake?
08-12
Mobile
Google Test Expect Call Function
08-06
Mobile
How do I escape the `\0 character` or why is my method not working? (C , GTest)
08-02
front end
GTest: Generate XML Reports for each Testsuite
07-31
Software design
How to dynamically create a lot of data for INSTANTIATE_TEST_CASE_P parameterized unit tests
07-22
Back-end
How to add expectations alongside with ASSERT_DEATH in GoogleTest for C
07-22
Back-end
How to test several interface implementations with different constructors with gtest in C ?
07-13
Mobile
Is there a way to teach gtest to print user-defined types using libfmt's formatter?
07-13
Mobile
Google test error: '*' can only follow a repeatable token
07-06
Software engineering
How to do Google test for function which are not a part of class?
07-05
database
gcov is invoking gtest sources and unit-tests. how can I avoid this?
07-01
Mobile
How to test a protected member from multiple inheritance in GoogleTest?
06-23
Net
C Overwrite initializer list in unit test
06-17
Enterprise
How to pretty print GLM math library object values when using Google Test
06-16
Software design
googletest SetUpTestSuite() does not run
06-13
OS
Trying to match on a c-style array in gmock is failing at compile time
06-10
Software engineering
How to handle defines in C with pre processor instructions (gTest background)?
06-03
Blockchain
GoogleMock - Returning a value based on mocked function variables
06-01
Blockchain
c GMock SetArgReferee as CStringArray
06-01
Blockchain
Using FRIEND_TEST to test private functions of a class in another namespace
05-24
Enterprise
Why does Bazel http_archive rule not download archive?
05-21
OS
How to use an argument as return value in gmock
05-21
Back-end
Variables in Google Test Fixtures
05-17
Back-end
How to reduce a C array of strings to unique values
05-15
Mobile
Xml Generation from Google test does not show skipped test cases
05-06
Mobile
boost::asio::io_context::stop segfalt in gtest setup and teardown
05-06
front end
C google test, mocks not called on inherited classes
05-03
Blockchain
googletest - mocking abstract class
04-30
Software engineering
Is there a way to stop GoogleTest after a specific test is run, whether it passes or fails?
04-22
Back-end
gmock template class 'const T1': actual parameter with requested alignment of 64 won'
04-21
other
Writing testable code in c that mocks out third-party dependencies
04-20
Enterprise
GoogleTest comparing std::vectors of different sizes
04-07
other
GoogleTest: How to catch a generic exception in EXPECT_THROW?
03-26
Enterprise
CSTDDEF file not found in GTest macOS
67
1
2
Next
Last
Links:
CodePudding