Searched refs:fullMatch (Results 1 – 2 of 2) sorted by relevance
114 assertFalse(longP.fullMatch(shortP)); in testPredicateFullMatch()115 assertFalse(shortP.fullMatch(longP)); in testPredicateFullMatch()117 assertTrue(longP.fullMatch(longP2)); in testPredicateFullMatch()118 assertTrue(longP2.fullMatch(longP)); in testPredicateFullMatch()
144 public boolean fullMatch(Predicate otherP) { in fullMatch() method in BugreportCollector.Predicate174 return fullMatch(otherP); in equals()