Searched defs:matcher1 (Results 1 – 5 of 5) sorted by relevance
31 private final StringMatcher matcher1; field in OrMatcher35 public OrMatcher(StringMatcher matcher1, StringMatcher matcher2) in OrMatcher()
31 private final StringMatcher matcher1; field in AndMatcher35 public AndMatcher(StringMatcher matcher1, StringMatcher matcher2) in AndMatcher()
65 … final Matcher<Iterable<String>> matcher1 = hasItems(equalTo("a"), equalTo("b"), equalTo("c")); in matchesMultipleItemsInCollection() local
22 final Matcher<String> matcher1 = equalTo("hi"); in comparesObjectsUsingEqualsMethod() local
1259 BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) in BothOfMatcherImpl()1320 BothOfMatcher(Matcher1 matcher1, Matcher2 matcher2) in BothOfMatcher()1346 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) in EitherOfMatcherImpl()1408 EitherOfMatcher(Matcher1 matcher1, Matcher2 matcher2) in EitherOfMatcher()