Lines Matching full:explanation
562 // matcher doesn't give an explanation, so only the first matcher's in TEST_P()
563 // explanation is printed. in TEST_P()
573 // matcher doesn't given an explanation. in TEST_P()
591 // explain. Since it doesn't given an explanation, nothing is in TEST_P()
778 // matcher doesn't give an explanation, so only the first matcher's in TEST_P()
779 // explanation is printed. in TEST_P()
789 // matcher doesn't given an explanation. in TEST_P()
807 // explain. Since it doesn't given an explanation, nothing is in TEST_P()
1403 const std::string explanation = in TEST_F() local
1407 EXPECT_TRUE(explanation == "which is 1.2e-10 from 2.1" || // GCC in TEST_F()
1408 explanation == "which is 1.2e-010 from 2.1") // MSVC in TEST_F()
1409 << " where explanation is \"" << explanation << "\"."; in TEST_F()