Base for invocation matcher with no-chaning state. More...
Public Member Functions | |
virtual void | incInvoked (const I &invocation) |
Increments the invocation count. | |
virtual void | verify () |
Verify that the expected value is within the allowed bounds. | |
virtual bool | hasDescription () |
Does the object provide meaningful description via describeTo() ?. |
Base for invocation matcher with no-chaning state.
Definition at line 51 of file StatelessInvocationMatcher.h.
virtual bool mockpp::StatelessInvocationMatcher< I >::hasDescription | ( | ) | [inline, virtual] |
Does the object provide meaningful description via describeTo() ?.
Implements mockpp::InvocationMatcher< I >.
Definition at line 75 of file StatelessInvocationMatcher.h.
virtual void mockpp::StatelessInvocationMatcher< I >::incInvoked | ( | const I & | invocation | ) | [inline, virtual] |
Increments the invocation count.
invocation | the invocation data |
Implements mockpp::InvocationMatcher< I >.
Reimplemented in mockpp::InvokedAfterMatcher< I >, and mockpp::InvokedBeforeMatcher< I >.
Definition at line 58 of file StatelessInvocationMatcher.h.
virtual void mockpp::StatelessInvocationMatcher< I >::verify | ( | ) | [inline, virtual] |
Verify that the expected value is within the allowed bounds.
If it fails, an AssertionFailedError is thrown
Implements mockpp::Verifiable.
Definition at line 67 of file StatelessInvocationMatcher.h.