Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gmock

GMock - returning default value with ON_CALL for overloaded methods

c++ gmock

How to stop GTest test-case execution, when first test failed

Google Mock: multiple expectations on same function with different parameters

googletest gmock googlemock

Workaround for gmock to support rvalue reference

c++ gmock

Mock function with class template parameter in signature

c++ testing mocking gmock

Compare Eigen matrices in Google Test or Google Mock

Dependency injection with unique_ptr to mock

How to write unit test for network client?

How to mock methods return object with deleted copy-ctor?

Google Mock - how to name mock functions?

c++ googlemock gmock

how to set custom ref-variable in gmock

gmock

How to inspect argument to a gmock EXPECT_CALL()?

Google mock ByRef method

c++ googletest gmock

Mocking Parametrized Constructor using Gmock

Gmock - matching structures

c++ gmock

How to use gmock MOCK_METHOD for overloaded operators?

Is there a way to mock QSqlQuery?

c++ qt unit-testing gmock

Mock non-virtual method C++ (gmock)

c++ mocking gmock

Can gmock be used for stubbing C functions?