public class PredicateMatcher<T>
extends org.hamcrest.TypeSafeMatcher<T>
| Constructor and Description |
|---|
PredicateMatcher(Predicate<T> predicate,
String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description descriptionResult) |
protected boolean |
matchesSafely(T item) |
describeMismatch, describeMismatchSafely, matchesCopyright © 2018. All rights reserved.