|
void | exists () const |
|
void | not_exists () const |
|
void | startswith (const std::string &data) const |
|
void | empty () const |
|
void | not_empty () const |
|
void | contents_equal (const std::string &data) const |
|
void | contents_equal (const std::vector< uint8_t > &data) const |
|
void | contents_equal (const std::initializer_list< std::string > &lines) const |
|
void | contents_match (const std::string &data_re) const |
|
void | contents_match (const std::initializer_list< std::string > &lines_re) const |
|
| Actual (const A &actual) |
|
| Actual (const std::string &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 |
|
The documentation for this struct was generated from the following file: