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. |
org.junit.matchers | Provides useful additional Matcher s for use with the Assert.assertThat(Object, org.hamcrest.Matcher) statement |
Methods in org.hamcrest that return CombinableMatcher.CombinableEitherMatcher | ||
---|---|---|
static
|
CoreMatchers.either(Matcher<? super LHS> matcher) Creates a matcher that matches when either of the specified matchers match the examined object. |
Methods in org.hamcrest.core that return CombinableMatcher.CombinableEitherMatcher | ||
---|---|---|
static
|
CombinableMatcher.either(Matcher<? super LHS> matcher) Creates a matcher that matches when either of the specified matchers match the examined object. |
Methods in org.junit.matchers that return CombinableMatcher.CombinableEitherMatcher | ||
---|---|---|
static
|
JUnitMatchers.either(Matcher<? super T> matcher) Deprecated. Please use CoreMatchers.either(Matcher) instead. |