Uses of Class
org.hamcrest.core.CombinableMatcher
Packages that use CombinableMatcher | |
---|---|
org.hamcrest.core | Fundamental matchers of objects and values, and composite matchers. |
Uses of CombinableMatcher in org.hamcrest.core |
---|
Methods in org.hamcrest.core that return CombinableMatcher | |
---|---|
CombinableMatcher<T> |
CombinableMatcher.and(Matcher<? super T> other) |
CombinableMatcher<X> |
CombinableMatcher.CombinableBothMatcher.and(Matcher<? super X> other) |
CombinableMatcher<T> |
CombinableMatcher.or(Matcher<? super T> other) |
CombinableMatcher<X> |
CombinableMatcher.CombinableEitherMatcher.or(Matcher<? super X> other) |