A constraint that always returns true
.
More...
Public Member Functions | |
IsAnything () | |
Constructs the object. | |
IsAnything (const String &in_description) | |
Constructs the object by name. | |
virtual | ~IsAnything () |
Destroys the object. | |
virtual bool | typelessEval () const |
Evaluates the constraint. | |
virtual String | describeTo (String &buffer) const |
Appends the description of this object to the buffer. |
A constraint that always returns true
.
Definition at line 49 of file IsAnything.h.
Appends the description of this object to the buffer.
buffer | The buffer that the description is appended to. |
Implements mockpp::SelfDescribing.
Definition at line 66 of file IsAnything.cpp.
bool mockpp::IsAnything::typelessEval | ( | ) | const [virtual] |
Evaluates the constraint.
Implements mockpp::TypelessConstraint.
Definition at line 60 of file IsAnything.cpp.