#include <gtest.h>
Public Member Functions | |
AssertionResult (const AssertionResult &other) | |
AssertionResult (bool success) | |
const char * | failure_message () const |
const char * | message () const |
operator bool () const | |
AssertionResult | operator! () const |
template<typename T > | |
AssertionResult & | operator<< (const T &value) |
AssertionResult & | operator<< (::std::ostream &(*basic_manipulator)(::std::ostream &stream)) |
Private Member Functions | |
void | AppendMessage (const Message &a_message) |
GTEST_DISALLOW_ASSIGN_ (AssertionResult) | |
Private Attributes | |
internal::scoped_ptr < ::std::string > | message_ |
bool | success_ |
testing::AssertionResult::AssertionResult | ( | const AssertionResult & | other | ) |
Definition at line 2436 of file gtest-all.cc.
testing::AssertionResult::AssertionResult | ( | bool | success | ) | [inline, explicit] |
void testing::AssertionResult::AppendMessage | ( | const Message & | a_message | ) | [inline, private] |
const char* testing::AssertionResult::failure_message | ( | ) | const [inline] |
const char* testing::AssertionResult::message | ( | ) | const [inline] |
testing::AssertionResult::operator bool | ( | ) | const [inline] |
Definition at line 2444 of file gtest-all.cc.
AssertionResult& testing::AssertionResult::operator<< | ( | const T & | value | ) | [inline] |
AssertionResult& testing::AssertionResult::operator<< | ( | ::std::ostream &(*)(::std::ostream &stream) | basic_manipulator | ) | [inline] |
internal::scoped_ptr< ::std::string> testing::AssertionResult::message_ [private] |
bool testing::AssertionResult::success_ [private] |