Lines Matching refs:Describe
81 TEST(AddressTest, Describe) {
83 EXPECT_EQ("has address that is anything", Describe(matcher));
151 EXPECT_EQ("is empty", Describe(m));
690 EXPECT_EQ("value is equal to 1", Describe(m));
746 EXPECT_THAT(Describe(m), ContainsRegex("is a variant<> with value of type "
837 EXPECT_THAT(Describe(m), ContainsRegex("is an 'any' type with value of type "
931 Describe(m));
940 Describe(m));
1000 EXPECT_EQ("is even", Describe(m));
1041 EXPECT_EQ("is even", Describe(m1));
1045 EXPECT_EQ("equals the sum of 5 and 9", Describe(m2));
1113 EXPECT_EQ("is greater than 32 and (n: 5)", Describe(m));
1125 EXPECT_EQ("is greater than 32 and (n: 5)", Describe(m));
1160 Describe(m));
1214 Describe(m));
1226 EXPECT_EQ("is not in closed range (low: 10, hi: 20)", Describe(m));
1447 Describe(m));
1451 Describe(m2));
1577 EXPECT_EQ("()", Describe(m0));
1578 EXPECT_EQ("(is equal to 1)", Describe(m1));
1579 EXPECT_EQ("(is equal to 2) or (is equal to 3)", Describe(m2));
1692 TEST(ThrowsTest, Describe) {
1735 TEST_P(ThrowsPredicateTest, Describe) {