#include <gtest.h>
Definition at line 17669 of file gtest.h.
◆ AssertionResult() [1/2]
◆ AssertionResult() [2/2]
testing::AssertionResult::AssertionResult |
( |
bool |
success | ) |
|
|
inlineexplicit |
◆ AppendMessage()
void testing::AssertionResult::AppendMessage |
( |
const Message & |
a_message | ) |
|
|
inlineprivate |
◆ failure_message()
const char* testing::AssertionResult::failure_message |
( |
| ) |
const |
|
inline |
◆ GTEST_DISALLOW_ASSIGN_()
◆ message()
const char* testing::AssertionResult::message |
( |
| ) |
const |
|
inline |
◆ operator bool()
testing::AssertionResult::operator bool |
( |
| ) |
const |
|
inline |
◆ operator!()
◆ operator<<() [1/2]
AssertionResult& testing::AssertionResult::operator<< |
( |
::std::ostream &(*)(::std::ostream &stream) |
basic_manipulator | ) |
|
|
inline |
◆ operator<<() [2/2]
◆ message_
◆ success_
bool testing::AssertionResult::success_ |
|
private |
The documentation for this class was generated from the following files: