Home | History | Annotate | Download | only in test

Lines Matching refs:explanation

1400   // If only the first match has an explanation, only this explanation should
1407 // If only the second match has an explanation, only this explanation should
2200 // matcher doesn't give an explanation, so only the first matcher's
2201 // explanation is printed.
2211 // matcher doesn't given an explanation.
2228 // explain. Since it doesn't given an explanation, nothing is
2385 // matcher doesn't give an explanation, so only the first matcher's
2386 // explanation is printed.
2396 // matcher doesn't given an explanation.
2413 // explain. Since it doesn't given an explanation, nothing is
3098 const string explanation = Explain(DoubleNear(2.1, 1e-10), 2.1 + 1.2e-10);
3101 EXPECT_TRUE(explanation == "which is 1.2e-10 from 2.1" || // GCC
3102 explanation == "which is 1.2e-010 from 2.1") // MSVC
3103 << " where explanation is \"" << explanation << "\".";
4220 // Tests duplicated value -- expect no explanation.
4228 // But in any case there should be no explanation.
4273 // but (as above) not reported in the explanation.
5308 ss2.str()); // Failed match where both arguments need explanation.
5316 // explanation.