Has the method been invoked at least once? More...

Public Member Functions | |
| virtual void | verify () |
| Verify that the expected value is within the allowed bounds. | |
| 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. | |
Has the method been invoked at least once?
Definition at line 48 of file InvokeAtLeastOnceMatcher.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 58 of file InvokeAtLeastOnceMatcher.cpp.
| bool mockpp::InvokeAtLeastOnceMatcher::hasDescription | ( | ) | [virtual] |
Does the object provide meaningful description via describeTo() ?.
Reimplemented from mockpp::InvokedRecorder.
Definition at line 46 of file InvokeAtLeastOnceMatcher.cpp.
| bool mockpp::InvokeAtLeastOnceMatcher::matches | ( | ) | [virtual] |
Checks if an invocation matches the expectaton.
Reimplemented from mockpp::InvokedRecorder.
Definition at line 52 of file InvokeAtLeastOnceMatcher.cpp.
| void mockpp::InvokeAtLeastOnceMatcher::verify | ( | ) | [virtual] |
Verify that the expected value is within the allowed bounds.
If it fails, an AssertionFailedError is thrown
Reimplemented from mockpp::InvokedRecorder.
Definition at line 41 of file InvokeAtLeastOnceMatcher.cpp.
1.6.1