Uses of Class
org.hamcrest.core.CombinableMatcher.CombinableEitherMatcher

Packages that use CombinableMatcher.CombinableEitherMatcher
org.hamcrest The stable API defining Matcher and its associated interfaces and classes. 
org.hamcrest.core Fundamental matchers of objects and values, and composite matchers. 
 

Uses of CombinableMatcher.CombinableEitherMatcher in org.hamcrest
 

Methods in org.hamcrest that return CombinableMatcher.CombinableEitherMatcher
static
<LHS> CombinableMatcher.CombinableEitherMatcher<LHS>
Matchers.either(Matcher<? super LHS> matcher)
          Creates a matcher that matches when either of the specified matchers match the examined object.
static
<LHS> CombinableMatcher.CombinableEitherMatcher<LHS>
CoreMatchers.either(Matcher<? super LHS> matcher)
          Creates a matcher that matches when either of the specified matchers match the examined object.
 

Uses of CombinableMatcher.CombinableEitherMatcher in org.hamcrest.core
 

Methods in org.hamcrest.core that return CombinableMatcher.CombinableEitherMatcher
static
<LHS> CombinableMatcher.CombinableEitherMatcher<LHS>
CombinableMatcher.either(Matcher<? super LHS> matcher)
          Creates a matcher that matches when either of the specified matchers match the examined object.