#include <ts_gtest.h>
Public Member Functions | |
| AssertionResult (const AssertionResult &other) | |
| AssertionResult (bool success) | |
| operator bool () const | |
| AssertionResult | operator! () const |
| const char * | message () const |
| const char * | failure_message () const |
| template<typename T > | |
| AssertionResult & | operator<< (const T &value) |
| AssertionResult & | operator<< (::std::ostream &(*basic_manipulator)(::std::ostream &stream)) |
| testing::AssertionResult::AssertionResult | ( | const AssertionResult & | other | ) |
| testing::AssertionResult::AssertionResult | ( | bool | success | ) | [explicit] |
| testing::AssertionResult::operator bool | ( | ) | const |
| const char* testing::AssertionResult::message | ( | ) | const |
| const char* testing::AssertionResult::failure_message | ( | ) | const |
| AssertionResult& testing::AssertionResult::operator<< | ( | const T & | value | ) |
| AssertionResult& testing::AssertionResult::operator<< | ( | ::std::ostream &(*)(::std::ostream &stream) | basic_manipulator | ) |