Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gmock-nice-strict.h>
Inherits MockClass.
Public Member Functions | |
StrictMock () | |
template<typename A > | |
StrictMock (A &&arg) | |
template<typename A1 , typename A2 , typename... An> | |
StrictMock (A1 &&arg1, A2 &&arg2, An &&...args) | |
~StrictMock () | |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (StrictMock) | |
Definition at line 148 of file gmock-nice-strict.h.
|
inline |
Definition at line 150 of file gmock-nice-strict.h.
|
inlineexplicit |
Definition at line 163 of file gmock-nice-strict.h.
|
inline |
Definition at line 169 of file gmock-nice-strict.h.
|
inline |
Definition at line 176 of file gmock-nice-strict.h.
|
private |