Lines Matching full:explanation
269 // Tests duplicated value -- expect no explanation.
277 // But in any case there should be no explanation. in TYPED_TEST()
323 // but (as above) not reported in the explanation.
664 ss2.str()); // Failed match where both arguments need explanation. in TEST_P()
674 // explanation. in TEST_P()
965 // For testing Args<>'s explanation.
1702 auto explanation = ss.str(); in TEST() local
1703 EXPECT_THAT(explanation, HasSubstr("std::runtime_error")); in TEST()
1745 auto explanation = ss.str(); in TEST_P() local
1746 EXPECT_THAT(explanation, HasSubstr("std::runtime_error")); in TEST_P()
1747 EXPECT_THAT(explanation, HasSubstr("error message")); in TEST_P()