|
libept
|
#include <tests.h>
Public Member Functions | |
| ActualStdString (const std::string &s) | |
| void | startswith (const std::string &expected) const |
| void | endswith (const std::string &expected) const |
| void | contains (const std::string &expected) const |
| void | not_contains (const std::string &expected) const |
| void | matches (const std::string &re) const |
| void | not_matches (const std::string &re) const |
Public Member Functions inherited from ept::tests::Actual< std::string > | |
| Actual (const std::string &actual) | |
| ~Actual () | |
| void | istrue () const |
| void | isfalse () const |
| void | operator== (const E &expected) const |
| void | operator!= (const E &expected) const |
| void | operator< (const E &expected) const |
| void | operator<= (const E &expected) const |
| void | operator> (const E &expected) const |
| void | operator>= (const E &expected) const |
Additional Inherited Members | |
Public Attributes inherited from ept::tests::Actual< std::string > | |
| std::string | _actual |
|
inline |
References ept::str::endswith(), and ept::str::startswith().
| void ept::tests::ActualStdString::contains | ( | const std::string & | expected | ) | const |
References ept::tests::assert_contains().
| void ept::tests::ActualStdString::endswith | ( | const std::string & | expected | ) | const |
References ept::tests::assert_endswith().
| void ept::tests::ActualStdString::matches | ( | const std::string & | re | ) | const |
References ept::tests::assert_re_matches().
| void ept::tests::ActualStdString::not_contains | ( | const std::string & | expected | ) | const |
References ept::tests::assert_not_contains().
| void ept::tests::ActualStdString::not_matches | ( | const std::string & | re | ) | const |
References ept::tests::assert_not_re_matches().
| void ept::tests::ActualStdString::startswith | ( | const std::string & | expected | ) | const |
References ept::tests::assert_startswith().
1.8.12