Lines Matching refs:element

4165 // different element types.
4405 "element #0 is equal to 1,\n"
4406 "element #1 is equal to 2",
4409 "element #0 isn't equal to 1, or\n"
4410 "element #1 isn't equal to 2",
4416 EXPECT_EQ("which is { 1, 2 } when sorted, whose element #0 doesn't match",
4784 // unified element type in this case.
4823 // The element with value '3' matches nothing: fail fast.
4884 EXPECT_THAT(listener.str(), Eq("which has 1 element"));
4918 "element #1: 2"));
4936 "element #1: 3"));
4939 // Test helper for formatting element, matcher index pairs in expectations.
4940 static string EMString(int element, int matcher) {
4942 ss << "(element #" << element << ", matcher #" << matcher << ")";
4981 Eq("has 1 element and that element is equal to 345"));
4986 " - element #0 is equal to 111, and\n"
4987 " - element #1 is equal to 222, and\n"
4988 " - element #2 is equal to 333"));
4996 Eq("doesn't have 1 element, or has 1 element that isn't equal to 345"));
5001 " - element #0 is equal to 123, and\n"
5002 " - element #1 is equal to 234, and\n"
5003 " - element #2 is equal to 345"));
5088 // to find one element per matcher, without reusing elements.
5337 EXPECT_EQ("whose element #0 doesn't match", Explain(n, b));
5346 EXPECT_EQ("whose element #0 doesn't match, which is 9 less than 10",
5355 EXPECT_EQ("contains some element that isn't equal to 1", Describe(m2));
5546 " - element #0 and 1 are a pair where the first is half of the second, "
5548 " - element #1 and 2 are a pair where the first is half of the second, "
5550 " - element #2 and 3 are a pair where the first is half of the second",
5555 " - element #0 and 1 are a pair where the first is half of the second, "
5557 " - element #1 and 2 are a pair where the first is half of the second, "
5559 " - element #2 and 3 are a pair where the first is half of the second",
5623 "element #1: 2",