#include <gmock.h>

Public Types | |
| typedef Function< F >::ArgumentMatcherTuple | ArgumentMatcherTuple |
| typedef Function< F >::ArgumentTuple | ArgumentTuple |
Public Member Functions | |
| const Action< F > & | GetAction () const |
| bool | Matches (const ArgumentTuple &args) const |
| OnCallSpec (const char *a_file, int a_line, const ArgumentMatcherTuple &matchers) | |
| OnCallSpec & | WillByDefault (const Action< F > &action) |
| OnCallSpec & | With (const Matcher< const ArgumentTuple & > &m) |
Public Member Functions inherited from testing::internal::UntypedOnCallSpecBase | |
| const char * | file () const |
| int | line () const |
| UntypedOnCallSpecBase (const char *a_file, int a_line) | |
Private Attributes | |
| Action< F > | action_ |
| Matcher< const ArgumentTuple & > | extra_matcher_ |
| ArgumentMatcherTuple | matchers_ |
Additional Inherited Members | |
Protected Types inherited from testing::internal::UntypedOnCallSpecBase | |
| enum | Clause { kNone, kWith, kWillByDefault } |
Protected Member Functions inherited from testing::internal::UntypedOnCallSpecBase | |
| void | AssertSpecProperty (bool property, const string &failure_message) const |
| void | ExpectSpecProperty (bool property, const string &failure_message) const |
Protected Attributes inherited from testing::internal::UntypedOnCallSpecBase | |
| const char * | file_ |
| Clause | last_clause_ |
| int | line_ |
Definition at line 9463 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
| typedef Function<F>::ArgumentMatcherTuple testing::internal::OnCallSpec< F >::ArgumentMatcherTuple |
Definition at line 9466 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
| typedef Function<F>::ArgumentTuple testing::internal::OnCallSpec< F >::ArgumentTuple |
Definition at line 9465 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9470 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9512 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9507 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9494 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 9482 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 9535 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 9534 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 9533 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.