A constraint which is never true. More...
Public Member Functions | |
IsNothing () | |
Constructs the object. | |
IsNothing (const String &in_description) | |
Constructs the object. | |
virtual | ~IsNothing () |
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 which is never true.
Definition at line 49 of file IsNothing.h.
mockpp::IsNothing::IsNothing | ( | const String & | in_description | ) |
Constructs the object.
in_description | description of the constraint |
Definition at line 49 of file IsNothing.cpp.
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 IsNothing.cpp.
bool mockpp::IsNothing::typelessEval | ( | ) | const [virtual] |
Evaluates the constraint.
Implements mockpp::TypelessConstraint.
Definition at line 60 of file IsNothing.cpp.