Uses of Class
org.hamcrest.core.CombinableMatcher.CombinableBothMatcher
Packages that use CombinableMatcher.CombinableBothMatcher
Package
Description
Fundamental matchers of objects and values, and composite matchers.
-
Uses of CombinableMatcher.CombinableBothMatcher in org.hamcrest
Methods in org.hamcrest that return CombinableMatcher.CombinableBothMatcherModifier and TypeMethodDescriptionstatic <LHS> CombinableMatcher.CombinableBothMatcher<LHS>
Creates a matcher that matches when both of the specified matchers match the examined object.static <LHS> CombinableMatcher.CombinableBothMatcher<LHS>
Creates a matcher that matches when both of the specified matchers match the examined object. -
Uses of CombinableMatcher.CombinableBothMatcher in org.hamcrest.core
Methods in org.hamcrest.core that return CombinableMatcher.CombinableBothMatcherModifier and TypeMethodDescriptionstatic <LHS> CombinableMatcher.CombinableBothMatcher<LHS>
Creates a matcher that matches when both of the specified matchers match the examined object.