Match the arguments passed to a mock method. More...

Public Member Functions | |
| ArgumentsMatcher (const MOCKPP_CS &in_constraintset) | |
| Checks if an invocation matches the expectaton. | |
| 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. | |
Match the arguments passed to a mock method.
Definition at line 52 of file ArgumentsMatcher.h.
| mockpp::ArgumentsMatcher< I >::ArgumentsMatcher | ( | const MOCKPP_CS & | in_constraintset | ) | [inline] |
Checks if an invocation matches the expectaton.
| in_constraintset | the constraint set for the comparison |
Definition at line 61 of file ArgumentsMatcher.h.
| virtual String mockpp::ArgumentsMatcher< 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 79 of file ArgumentsMatcher.h.
| virtual bool mockpp::ArgumentsMatcher< I >::matches | ( | const I & | invocation | ) | [inline, virtual] |
Checks if an invocation matches the expectaton.
| invocation | the invocation data |
Implements mockpp::InvocationMatcher< I >.
Definition at line 70 of file ArgumentsMatcher.h.
1.6.1