public class MatchingItemFinder
extends java.lang.Object
| Constructor and Description |
|---|
MatchingItemFinder() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
getUnique(org.hamcrest.Matcher<T> condition,
java.lang.Iterable<? extends T> collection) |
private static <T> void |
reportMismatch(org.hamcrest.Matcher<T> condition,
java.lang.Iterable<? extends T> collection) |