Tests if the argument is a string that contains a substring. More...
Public Member Functions | |
StringEndsWith (const StringType &in_substring) | |
Constructs the object. | |
virtual | ~StringEndsWith () |
Destroys the object. | |
virtual bool | eval (const StringType &o) const |
Evaluates the constraint. | |
virtual String | describeTo (String &buffer) const |
Appends the description of this object to the buffer. |
Tests if the argument is a string that contains a substring.
Definition at line 47 of file StringEndsWith.h.
mockpp::StringEndsWith< StringType >::StringEndsWith | ( | const StringType & | in_substring | ) | [inline] |
Constructs the object.
in_substring | the trailing string |
Definition at line 54 of file StringEndsWith.h.
virtual String mockpp::StringEndsWith< StringType >::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 83 of file StringEndsWith.h.
virtual bool mockpp::StringEndsWith< StringType >::eval | ( | const StringType & | o | ) | const [inline, virtual] |
Evaluates the constraint.
o | the object against which the constraint is evaluated. |
Implements mockpp::Constraint< StringType >.
Definition at line 69 of file StringEndsWith.h.