Lines Matching full:whose

482   EXPECT_EQ("is an object whose given field is >= 0", Describe(m));
483 EXPECT_EQ("is an object whose given field isn't >= 0", DescribeNegation(m));
489 EXPECT_EQ("is an object whose field `field_name` is >= 0", Describe(m));
490 EXPECT_EQ("is an object whose field `field_name` isn't >= 0",
500 EXPECT_EQ("whose given field is 1" + OfType("int"), Explain(m, a));
504 "whose given field is 1" + OfType("int") + ", which is 1 more than 0",
513 EXPECT_EQ("whose field `field_name` is 1" + OfType("int"), Explain(m, a));
516 EXPECT_EQ("whose field `field_name` is 1" + OfType("int") +
576 EXPECT_EQ("is an object whose given field is >= 0", Describe(m));
577 EXPECT_EQ("is an object whose given field isn't >= 0", DescribeNegation(m));
583 EXPECT_EQ("is an object whose field `field_name` is >= 0", Describe(m));
584 EXPECT_EQ("is an object whose field `field_name` isn't >= 0",
595 EXPECT_EQ("which points to an object whose given field is 1" + OfType("int"),
599 EXPECT_EQ("which points to an object whose given field is 1" + OfType("int") +
611 "which points to an object whose field `field_name` is 1" + OfType("int"),
615 EXPECT_EQ("which points to an object whose field `field_name` is 1" +
772 EXPECT_EQ("is an object whose given property is >= 0", Describe(m));
773 EXPECT_EQ("is an object whose given property isn't >= 0",
780 EXPECT_EQ("is an object whose property `fancy_name` is >= 0", Describe(m));
781 EXPECT_EQ("is an object whose property `fancy_name` isn't >= 0",
791 EXPECT_EQ("whose given property is 1" + OfType("int"), Explain(m, a));
795 "whose given property is 1" + OfType("int") + ", which is 1 more than 0",
804 EXPECT_EQ("whose property `fancy_name` is 1" + OfType("int"), Explain(m, a));
807 EXPECT_EQ("whose property `fancy_name` is 1" + OfType("int") +
876 EXPECT_EQ("is an object whose given property is >= 0", Describe(m));
877 EXPECT_EQ("is an object whose given property isn't >= 0",
884 EXPECT_EQ("is an object whose property `fancy_name` is >= 0", Describe(m));
885 EXPECT_EQ("is an object whose property `fancy_name` isn't >= 0",
897 "which points to an object whose given property is 1" + OfType("int"),
901 EXPECT_EQ("which points to an object whose given property is 1" +
912 EXPECT_EQ("which points to an object whose property `fancy_name` is 1" +
917 EXPECT_EQ("which points to an object whose property `fancy_name` is 1" +
958 EXPECT_EQ("whose string conversion is equal to \"foo\"", Describe(matcher));
959 EXPECT_EQ("whose string conversion isn't equal to \"foo\"",
979 EXPECT_EQ("whose magic int conversion is 90" + OfType("int"),
983 EXPECT_EQ("whose magic int conversion is 90" + OfType("int") +
1205 EXPECT_EQ("whose size 0 doesn't match", Explain(m1, container));
1206 EXPECT_EQ("whose size 0 matches", Explain(m2, container));
1207 EXPECT_EQ("whose size 0 matches", Explain(m3, container));
1208 EXPECT_EQ("whose size 0 doesn't match", Explain(m4, container));
1211 EXPECT_EQ("whose size 2 matches", Explain(m1, container));
1212 EXPECT_EQ("whose size 2 doesn't match", Explain(m2, container));
1213 EXPECT_EQ("whose size 2 doesn't match", Explain(m3, container));
1214 EXPECT_EQ("whose size 2 matches", Explain(m4, container));
1271 EXPECT_EQ("which is { 1, 2 } when sorted, whose element #0 doesn't match",
1474 EXPECT_EQ("whose distance between begin() and end() 0 doesn't match",
1476 EXPECT_EQ("whose distance between begin() and end() 0 matches",
1478 EXPECT_EQ("whose distance between begin() and end() 0 matches",
1481 "whose distance between begin() and end() 0 doesn't match, which is 1 "
1486 EXPECT_EQ("whose distance between begin() and end() 2 matches",
1488 EXPECT_EQ("whose distance between begin() and end() 2 doesn't match",
1490 EXPECT_EQ("whose distance between begin() and end() 2 doesn't match",
1493 "whose distance between begin() and end() 2 matches, which is 1 more "
2157 EXPECT_EQ("whose element #0 doesn't match", Explain(n, b));
2166 EXPECT_EQ("whose element #0 doesn't match, which is 9 less than 10",
2643 "whose element #0 matches, which is 9 more than 1,\n"
2644 "and whose element #2 matches, which is 98 more than 2",
2665 EXPECT_EQ("whose element #0 doesn't match", Explain(m, v));
2668 EXPECT_EQ("whose element #1 doesn't match, which is 4 less than 5",
3070 EXPECT_EQ("whose element #1 matches", Explain(m, a));
3076 EXPECT_EQ("whose element #0 matches, which is 1 more than 0", Explain(m, a));