Is the value greater or equal than another value? More...
Public Member Functions | |
IsGreaterOrEqual (const T &lower) | |
Constructs the object. | |
virtual bool | eval (const T &arg) const |
Evaluates the constraint. | |
virtual String | describeTo (String &buffer) const |
Appends the description of this object to the buffer. |
Is the value greater or equal than another value?
Definition at line 47 of file IsGreaterOrEqual.h.
mockpp::IsGreaterOrEqual< T >::IsGreaterOrEqual | ( | const T & | lower | ) | [inline] |
Constructs the object.
lower | the value for the comparison |
Definition at line 54 of file IsGreaterOrEqual.h.
virtual String mockpp::IsGreaterOrEqual< T >::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 73 of file IsGreaterOrEqual.h.
virtual bool mockpp::IsGreaterOrEqual< T >::eval | ( | const T & | arg | ) | const [inline, virtual] |
Evaluates the constraint.
arg | the object against which the constraint is evaluated. |
Implements mockpp::Constraint< T >.
Definition at line 64 of file IsGreaterOrEqual.h.