|
CHROMA
|
#include <gtest.h>
Public Member Functions | |
| GTestLog (GTestLogSeverity severity, const char *file, int line) | |
| ~GTestLog () | |
| ::std::ostream & | GetStream () |
Private Member Functions | |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (GTestLog) | |
Private Attributes | |
| const GTestLogSeverity | severity_ |
| testing::internal::GTestLog::GTestLog | ( | GTestLogSeverity | severity, |
| const char * | file, | ||
| int | line | ||
| ) |
Definition at line 8695 of file gtest-all.cc.
References testing::internal::FormatFileLocation(), GetStream(), testing::internal::GTEST_ERROR, testing::internal::GTEST_INFO, and testing::internal::GTEST_WARNING.
| testing::internal::GTestLog::~GTestLog | ( | ) |
Definition at line 8706 of file gtest-all.cc.
References testing::internal::posix::Abort(), GetStream(), testing::internal::GTEST_FATAL, and severity_.
|
inline |
Definition at line 2138 of file gtest.h.
Referenced by GTestLog(), and ~GTestLog().
|
private |
|
private |
Definition at line 2141 of file gtest.h.
Referenced by ~GTestLog().