Matches any invcotion. More...
Public Member Functions | |
virtual void | verify () |
Verifies always. | |
virtual bool | hasDescription () |
Does the object provide meaningful description via describeTo() ?. | |
virtual bool | matches () |
Checks if an invocation matches the expectaton. | |
virtual String | describeTo (String &buffer) const |
Appends the description of this object to the buffer. |
Matches any invcotion.
Definition at line 48 of file UnlimitedMatcher.h.
Appends the description of this object to the buffer.
buffer | The buffer that the description is appended to. |
Reimplemented from mockpp::InvokedRecorder.
Definition at line 61 of file UnlimitedMatcher.cpp.
bool mockpp::UnlimitedMatcher::hasDescription | ( | ) | [virtual] |
Does the object provide meaningful description via describeTo() ?.
Reimplemented from mockpp::InvokedRecorder.
Definition at line 49 of file UnlimitedMatcher.cpp.
bool mockpp::UnlimitedMatcher::matches | ( | ) | [virtual] |
Checks if an invocation matches the expectaton.
Reimplemented from mockpp::InvokedRecorder.
Definition at line 55 of file UnlimitedMatcher.cpp.