Searched defs:InMatcher (Results 1 – 1 of 1) sorted by relevance
30 public class InMatcher<T> extends BaseMatcher<T> { class34 public InMatcher(Collection<T> values) { in InMatcher() method in InMatcher39 public InMatcher(T... values) { in InMatcher() method in InMatcher