Matches no arguments at all. More...
Public Member Functions | |
virtual bool | matches (const I &invocation) |
Checks if an invocation matches the expectaton. | |
virtual String | describeTo (String &buffer) const |
Appends the description of this object to the buffer. |
Matches no arguments at all.
Not too useful but may be nice to express the intent.
Definition at line 50 of file NoArgumentsMatcher.h.
virtual String mockpp::NoArgumentsMatcher< I >::describeTo | ( | String & | buffer | ) | const [inline, virtual] |
Appends the description of this object to the buffer.
buffer | The buffer that the description is appended to. |
Implements mockpp::SelfDescribing.
Definition at line 69 of file NoArgumentsMatcher.h.
virtual bool mockpp::NoArgumentsMatcher< I >::matches | ( | const I & | invocation | ) | [inline, virtual] |
Checks if an invocation matches the expectaton.
invocation | the invocation data (only dummy data) |
Implements mockpp::InvocationMatcher< I >.
Definition at line 59 of file NoArgumentsMatcher.h.