Build a matcher for an invocation with no arguments. More...
Public Types | |
typedef R | ReturnType |
internal shorthand | |
typedef I | InvocationType |
internal shorthand | |
typedef ConstraintSet0 | ConstraintSetType |
internal shorthand | |
Public Member Functions | |
MatchBuilder< R, I > & | with () |
Indicate a matcher for no arguments. | |
virtual MatchBuilder< R, I > & | addMatcher (const MatcherHolder< I > &matcher)=0 |
Adds another matcher. | |
MatchBuilder< R, I > & | withNoArguments () |
Indicate a matcher for no arguments. |
Build a matcher for an invocation with no arguments.
Definition at line 60 of file ArgumentsMatchBuilder.h.
virtual MatchBuilder<R, I>& mockpp::ArgumentsMatchBuilder0< R, I >::addMatcher | ( | const MatcherHolder< I > & | matcher | ) | [pure virtual] |
Adds another matcher.
matcher | the matcher object |
MatchBuilder<R, I>& mockpp::ArgumentsMatchBuilder0< R, I >::withNoArguments | ( | ) | [inline] |
Indicate a matcher for no
arguments.
Definition at line 86 of file ArgumentsMatchBuilder.h.