Lines Matching full:equal
62 EXPECT_EQ("are an equal pair", Describe(m)); in TEST()
270 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
289 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
305 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
324 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
340 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
360 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
376 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
396 EXPECT_EQ("are an almost-equal pair", Describe(m)); in TEST()
410 EXPECT_EQ("isn't equal to 5", Describe(m)); in TEST()
497 "(is > 0) and (isn't equal to 1) and (isn't equal to 2)"; in TEST()
502 "(is > 0) and (isn't equal to 1) and (isn't equal to 2) and (isn't equal " in TEST()
508 "(is >= 0) and (is < 10) and (isn't equal to 3) and (isn't equal to 5) " in TEST()
509 "and (isn't equal to 7)"; in TEST()
522 "(isn't > 0) or (is equal to 1) or (is equal to 2)"; in TEST()
527 "(isn't > 0) or (is equal to 1) or (is equal to 2) or (is equal to 3)"; in TEST()
532 "(isn't >= 0) or (isn't < 10) or (is equal to 3) or (is equal to 5) or " in TEST()
533 "(is equal to 7)"; in TEST()
539 EXPECT_THAT(Describe(m), EndsWith("and (isn't equal to 11)")); in TEST()
673 EXPECT_THAT(Describe(m), EndsWith("or (is equal to 11)")); in TEST()
723 EXPECT_EQ("(is < 0) or (is equal to 1) or (is equal to 2)", Describe(m)); in TEST()
726 EXPECT_EQ("(is < 0) or (is equal to 1) or (is equal to 2) or (is equal to 3)", in TEST()
731 "(is <= 0) or (is > 10) or (is equal to 3) or (is equal to 5) or (is " in TEST()
732 "equal to 7)", in TEST()
743 EXPECT_EQ("(isn't < 0) and (isn't equal to 1) and (isn't equal to 2)", in TEST()
748 "(isn't < 0) and (isn't equal to 1) and (isn't equal to 2) and (isn't " in TEST()
749 "equal to 3)", in TEST()
754 "(isn't <= 0) and (isn't > 10) and (isn't equal to 3) and (isn't equal " in TEST()
755 "to 5) and (isn't equal to 7)", in TEST()