We have Contains(m) for the existential quantifier. We should have a
similar construct for the universal quantifier:
EXPECT_THAT(my_values, Each(Ge(0)));
This is equivalent to:
EXPECT_THAT(my_values, Not(Contains(Not(Ge(0)))));
Original issue reported on code.google.com by w...@google.com on 4 Jan 2010 at 8:56
Original issue reported on code.google.com by
w...@google.com
on 4 Jan 2010 at 8:56