|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CombinableMatcher.CombinableBothMatcher | |
---|---|
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 |
Uses of CombinableMatcher.CombinableBothMatcher in org.hamcrest |
---|
Methods in org.hamcrest that return CombinableMatcher.CombinableBothMatcher | ||
---|---|---|
static
|
CoreMatchers.both(Matcher<? super LHS> matcher)
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.CombinableBothMatcher | ||
---|---|---|
static
|
CombinableMatcher.both(Matcher<? super LHS> matcher)
Creates a matcher that matches when both of the specified matchers match the examined object. |
Uses of CombinableMatcher.CombinableBothMatcher in org.junit.matchers |
---|
Methods in org.junit.matchers that return CombinableMatcher.CombinableBothMatcher | ||
---|---|---|
static
|
JUnitMatchers.both(Matcher<? super T> matcher)
Deprecated. Please use CoreMatchers.both(Matcher) instead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |