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 |