| Constructor and Description |
|---|
PairMatcher(org.hamcrest.Matcher<? super T> first,
org.hamcrest.Matcher<? super V> second) |
PairMatcher(T first,
V second) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(Pair<T,V> item,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(Pair<T,V> item) |
Copyright © 2021. All rights reserved.