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 virtual ~ScopedFakeTestPartResultReporter();
86 GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter);
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
165 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
166 ::testing::ScopedFakeTestPartResultReporter:: \
211 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
212 ::testing::ScopedFakeTestPartResultReporter:: \
225 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
226 ::testing::ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS,\