Uses of Class
org.hamcrest.core.CombinableMatcher
-
Packages that use CombinableMatcher Package Description 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 Modifier and Type Method Description CombinableMatcher<T>
CombinableMatcher. and(Matcher<? super T> other)
CombinableMatcher<X>
CombinableMatcher.CombinableBothMatcher. and(Matcher<? super X> other)
CombinableMatcher<X>
CombinableMatcher.CombinableEitherMatcher. or(Matcher<? super X> other)
CombinableMatcher<T>
CombinableMatcher. or(Matcher<? super T> other)
-