Home | History | Annotate | Download | only in gtest

Lines Matching refs:ScopedFakeTestPartResultReporter

51 class GTEST_API_ ScopedFakeTestPartResultReporter
64 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
67 ScopedFakeTestPartResultReporter(InterceptMode intercept_mode,
71 ~ScopedFakeTestPartResultReporter() override;
87 GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter);
149 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
150 ::testing::ScopedFakeTestPartResultReporter:: \
166 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
167 ::testing::ScopedFakeTestPartResultReporter:: \
212 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
213 ::testing::ScopedFakeTestPartResultReporter:: \
226 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
227 ::testing::ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS,\