Searched defs:IsNot (Results 1 – 1 of 1) sorted by relevance
15 public class IsNot<T> extends BaseMatcher<T> { class18 public IsNot(Matcher<T> matcher) { in IsNot() method in IsNot