Package | Description |
---|---|
org.hamcrest.core |
Fundamental matchers of objects and values, and composite matchers.
|
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) |