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