Lines Matching full:testing
32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing {
191 } // namespace testing
193 // A macro for testing Google Test assertions or code that's expected to
212 ::testing::TestPartResultArray gtest_failures;\
213 ::testing::internal::SingleFailureChecker gtest_checker(\
214 >est_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\
216 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
222 // A macro for testing Google Test assertions or code that's expected to
237 ::testing::TestPartResultArray gtest_failures;\
238 ::testing::internal::SingleFailureChecker gtest_checker(\
239 >est_failures, ::testing::TPRT_NONFATAL_FAILURE, (substr));\
241 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\