Public Types | |
enum | InterceptMode { INTERCEPT_ONLY_CURRENT_THREAD, INTERCEPT_ALL_THREADS } |
Public Member Functions | |
virtual void | ReportTestPartResult (const TestPartResult &result) |
ScopedFakeTestPartResultReporter (InterceptMode intercept_mode, TestPartResultArray *result) | |
ScopedFakeTestPartResultReporter (TestPartResultArray *result) | |
virtual | ~ScopedFakeTestPartResultReporter () |
![]() | |
virtual | ~TestPartResultReporterInterface () |
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 gmock-gtest-all.cc.
Enumerator | |
---|---|
INTERCEPT_ONLY_CURRENT_THREAD | |
INTERCEPT_ALL_THREADS |
Definition at line 128 of file gmock-gtest-all.cc.
|
explicit |
Definition at line 591 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
testing::ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter | ( | InterceptMode | intercept_mode, |
TestPartResultArray * | result | ||
) |
Definition at line 601 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
|
virtual |
Definition at line 621 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
|
private |
|
private |
Definition at line 608 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
|
virtual |
Implements testing::TestPartResultReporterInterface.
Definition at line 632 of file bloaty/third_party/googletest/googletest/src/gtest.cc.
|
private |
Definition at line 155 of file gmock-gtest-all.cc.
|
private |
Definition at line 156 of file gmock-gtest-all.cc.
|
private |
Definition at line 157 of file gmock-gtest-all.cc.