|
| MockBar (const std::string &s) |
|
| MockBar (char a1, char a2, std::string a3, std::string a4, int a5, int a6, const std::string &a7, const std::string &a8, bool a9, bool a10) |
|
virtual | ~MockBar () |
|
const std::string & | str () const |
|
| MOCK_METHOD0 (This, int()) |
|
| MOCK_METHOD2 (That, std::string(int, bool)) |
|
Definition at line 93 of file gmock-nice-strict_test.cc.
testing::gmock_nice_strict_test::MockBar::MockBar |
( |
const std::string & |
s | ) |
|
|
inlineexplicit |
testing::gmock_nice_strict_test::MockBar::MockBar |
( |
char |
a1, |
|
|
char |
a2, |
|
|
std::string |
a3, |
|
|
std::string |
a4, |
|
|
int |
a5, |
|
|
int |
a6, |
|
|
const std::string & |
a7, |
|
|
const std::string & |
a8, |
|
|
bool |
a9, |
|
|
bool |
a10 |
|
) |
| |
|
inline |
virtual testing::gmock_nice_strict_test::MockBar::~MockBar |
( |
| ) |
|
|
inlinevirtual |
const std::string& testing::gmock_nice_strict_test::MockBar::str |
( |
| ) |
const |
|
inline |
testing::gmock_nice_strict_test::MockBar::MOCK_METHOD0 |
( |
This |
, |
|
|
int() |
|
|
) |
| |
testing::gmock_nice_strict_test::MockBar::MOCK_METHOD2 |
( |
That |
, |
|
|
std:: |
stringint, bool |
|
) |
| |
testing::gmock_nice_strict_test::MockBar::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
MockBar |
| ) |
|
|
private |
std::string testing::gmock_nice_strict_test::MockBar::str_ |
|
private |
The documentation for this class was generated from the following file: