Public Types | |
enum | InterceptMode { INTERCEPT_ONLY_CURRENT_THREAD, INTERCEPT_ALL_THREADS } |
Public Member Functions | |
virtual void | ReportTestPartResult (const TestPartResult &result) |
ScopedFakeTestPartResultReporter (TestPartResultArray *result) | |
ScopedFakeTestPartResultReporter (InterceptMode intercept_mode, TestPartResultArray *result) | |
virtual | ~ScopedFakeTestPartResultReporter () |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (ScopedFakeTestPartResultReporter) | |
void | Init () |
Private Attributes | |
const InterceptMode | intercept_mode_ |
TestPartResultReporterInterface * | old_reporter_ |
TestPartResultArray *const | result_ |
Definition at line 124 of file gtest-all.cc.
Definition at line 128 of file gtest-all.cc.
testing::ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter | ( | TestPartResultArray * | result | ) | [explicit] |
Definition at line 2025 of file gtest-all.cc.
testing::ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter | ( | InterceptMode | intercept_mode, |
TestPartResultArray * | result | ||
) |
Definition at line 2035 of file gtest-all.cc.
Definition at line 2055 of file gtest-all.cc.
testing::ScopedFakeTestPartResultReporter::GTEST_DISALLOW_COPY_AND_ASSIGN_ | ( | ScopedFakeTestPartResultReporter | ) | [private] |
void testing::ScopedFakeTestPartResultReporter::Init | ( | ) | [private] |
Definition at line 2042 of file gtest-all.cc.
void testing::ScopedFakeTestPartResultReporter::ReportTestPartResult | ( | const TestPartResult & | result | ) | [virtual] |
Implements testing::TestPartResultReporterInterface.
Definition at line 2066 of file gtest-all.cc.
Definition at line 155 of file gtest-all.cc.
Definition at line 156 of file gtest-all.cc.
TestPartResultArray* const testing::ScopedFakeTestPartResultReporter::result_ [private] |
Definition at line 157 of file gtest-all.cc.