#include <googletest/googlemock/include/gmock/gmock-nice-strict.h>
|
| | NaggyMock () |
| |
| template<typename A > |
| | NaggyMock (A &&arg) |
| |
| template<typename TArg1 , typename TArg2 , typename... An> |
| | NaggyMock (TArg1 &&arg1, TArg2 &&arg2, An &&... args) |
| |
template<class MockClass>
class testing::NaggyMock< MockClass >
Definition at line 190 of file gmock-nice-strict.h.
◆ NaggyMock() [1/3]
template<class MockClass >
◆ NaggyMock() [2/3]
template<class MockClass >
template<typename A >
◆ NaggyMock() [3/3]
template<class MockClass >
template<typename TArg1 , typename TArg2 , typename... An>
| testing::NaggyMock< MockClass >::NaggyMock |
( |
TArg1 && | arg1, |
|
|
TArg2 && | arg2, |
|
|
An &&... | args ) |
|
inline |
The documentation for this class was generated from the following file: