Lines Matching refs:explanation
263 // Tests duplicated value -- expect no explanation.
271 // But in any case there should be no explanation.
317 // but (as above) not reported in the explanation.
658 ss2.str()); // Failed match where both arguments need explanation.
668 // explanation.
959 // For testing Args<>'s explanation.
1696 auto explanation = ss.str();
1697 EXPECT_THAT(explanation, HasSubstr("std::runtime_error"));
1739 auto explanation = ss.str();
1740 EXPECT_THAT(explanation, HasSubstr("std::runtime_error"));
1741 EXPECT_THAT(explanation, HasSubstr("error message"));