Home | History | Annotate | Download | only in test

Lines Matching full:negation

90 // Returns the description of the negation of the given matcher.
607 // This also tests that the description string can reference 'negation'.
608 MATCHER(IsEven2, negation ? "is odd" : "is even") {
623 string(negation ? "doesn't equal" : "equals") + " the sum of " +
638 // Tests that the matcher description can reference 'negation' and the