Wire Sysio Wire Sysion 1.0.0
|
#include <gmock-spec-builders.h>
Public Types | |
typedef Function< F >::ArgumentTuple | ArgumentTuple |
typedef Function< F >::ArgumentMatcherTuple | ArgumentMatcherTuple |
Public Member Functions | |
OnCallSpec (const char *a_file, int a_line, const ArgumentMatcherTuple &matchers) | |
OnCallSpec & | With (const Matcher< const ArgumentTuple & > &m) |
OnCallSpec & | WillByDefault (const Action< F > &action) |
bool | Matches (const ArgumentTuple &args) const |
const Action< F > & | GetAction () const |
Public Member Functions inherited from testing::internal::UntypedOnCallSpecBase | |
UntypedOnCallSpecBase (const char *a_file, int a_line) | |
const char * | file () const |
int | line () const |
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 std::string &failure_message) const |
void | ExpectSpecProperty (bool property, const std::string &failure_message) const |
Protected Attributes inherited from testing::internal::UntypedOnCallSpecBase | |
const char * | file_ |
int | line_ |
Clause | last_clause_ |
Definition at line 291 of file gmock-spec-builders.h.
Function<F>::ArgumentMatcherTuple testing::internal::OnCallSpec< F >::ArgumentMatcherTuple |
Definition at line 294 of file gmock-spec-builders.h.
Function<F>::ArgumentTuple testing::internal::OnCallSpec< F >::ArgumentTuple |
Definition at line 293 of file gmock-spec-builders.h.
|
inline |
Definition at line 298 of file gmock-spec-builders.h.
|
inline |
Definition at line 340 of file gmock-spec-builders.h.
|
inline |
Definition at line 335 of file gmock-spec-builders.h.
|
inline |
Definition at line 322 of file gmock-spec-builders.h.
|
inline |
Definition at line 310 of file gmock-spec-builders.h.