Public Member Functions | |
DefaultPerThreadTestPartResultReporter (UnitTestImpl *unit_test) | |
virtual void | ReportTestPartResult (const TestPartResult &result) |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (DefaultPerThreadTestPartResultReporter) | |
Private Attributes | |
UnitTestImpl *const | unit_test_ |
Definition at line 891 of file gtest-all.cc.
testing::internal::DefaultPerThreadTestPartResultReporter::DefaultPerThreadTestPartResultReporter | ( | UnitTestImpl * | unit_test | ) | [explicit] |
Definition at line 2157 of file gtest-all.cc.
testing::internal::DefaultPerThreadTestPartResultReporter::GTEST_DISALLOW_COPY_AND_ASSIGN_ | ( | DefaultPerThreadTestPartResultReporter | ) | [private] |
void testing::internal::DefaultPerThreadTestPartResultReporter::ReportTestPartResult | ( | const TestPartResult & | result | ) | [virtual] |
Implements testing::TestPartResultReporterInterface.
Definition at line 2160 of file gtest-all.cc.
Definition at line 900 of file gtest-all.cc.