Home | History | Annotate | Download | only in gtest

Lines Matching refs:ScopedFakeTestPartResultReporter

124 class GTEST_API_ ScopedFakeTestPartResultReporter
137 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
140 ScopedFakeTestPartResultReporter(InterceptMode intercept_mode,
144 virtual ~ScopedFakeTestPartResultReporter();
159 GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter);
221 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
222 ::testing::ScopedFakeTestPartResultReporter:: \
238 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
239 ::testing::ScopedFakeTestPartResultReporter:: \
284 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
285 ::testing::ScopedFakeTestPartResultReporter:: \
298 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
299 ::testing::ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, \
2025 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter(
2035 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter(
2042 void ScopedFakeTestPartResultReporter::Init() {
2055 ScopedFakeTestPartResultReporter::~ScopedFakeTestPartResultReporter() {
2066 void ScopedFakeTestPartResultReporter::ReportTestPartResult(