Searched defs:CombinableMatcher (Results 1 – 1 of 1) sorted by relevance
9 public class CombinableMatcher<T> extends TypeSafeDiagnosingMatcher<T> { class12 public CombinableMatcher(Matcher<? super T> matcher) { in CombinableMatcher() method in CombinableMatcher