Public Member Functions | |
DefaultGlobalTestPartResultReporter (UnitTestImpl *unit_test) | |
virtual void | ReportTestPartResult (const TestPartResult &result) |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (DefaultGlobalTestPartResultReporter) | |
Private Attributes | |
UnitTestImpl *const | unit_test_ |
Definition at line 875 of file gtest-all.cc.
testing::internal::DefaultGlobalTestPartResultReporter::DefaultGlobalTestPartResultReporter | ( | UnitTestImpl * | unit_test | ) | [explicit] |
Definition at line 2148 of file gtest-all.cc.
testing::internal::DefaultGlobalTestPartResultReporter::GTEST_DISALLOW_COPY_AND_ASSIGN_ | ( | DefaultGlobalTestPartResultReporter | ) | [private] |
void testing::internal::DefaultGlobalTestPartResultReporter::ReportTestPartResult | ( | const TestPartResult & | result | ) | [virtual] |
Implements testing::TestPartResultReporterInterface.
Definition at line 2151 of file gtest-all.cc.
Definition at line 884 of file gtest-all.cc.