A set of constraints for a method without arguments. More...
Public Member Functions | |
virtual | ~ConstraintSet0 () |
Destroys the object. | |
template<typename I > | |
bool | matches (const I &invocation) |
Tests if the constraint set matches the invocation. | |
virtual String | describeTo (String &buffer) const |
Appends the description of this object to the buffer. |
A set of constraints for a method without arguments.
Definition at line 46 of file ConstraintSet.h.
Appends the description of this object to the buffer.
buffer | The buffer that the description is appended to. |
Definition at line 40 of file ConstraintSet.cpp.
bool mockpp::ConstraintSet0::matches | ( | const I & | invocation | ) | [inline] |
Tests if the constraint set matches the invocation.
invocation | the invocation data |
Definition at line 59 of file ConstraintSet.h.