Matches any arguments. 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 any arguments.
Definition at line 49 of file AnyArgumentsMatcher.h.
virtual String mockpp::AnyArgumentsMatcher< 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 67 of file AnyArgumentsMatcher.h.
virtual bool mockpp::AnyArgumentsMatcher< 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 57 of file AnyArgumentsMatcher.h.