Package | Description |
---|---|
org.hamcrest.core |
Fundamental matchers of objects and values, and composite matchers.
|
Modifier and Type | Method and Description |
---|---|
CombinableMatcher<T> |
CombinableMatcher.and(Matcher<? super T> other) |
CombinableMatcher<X> |
CombinableMatcher.CombinableBothMatcher.and(Matcher<? super X> other) |
CombinableMatcher<T> |
CombinableMatcher.or(Matcher<? super T> other) |
CombinableMatcher<X> |
CombinableMatcher.CombinableEitherMatcher.or(Matcher<? super X> other) |
Copyright © 2020. All rights reserved.