T - type of strategies to be matchedpublic class EntityInListMatcher<T> extends AbstractJEntityMatcher<T>
resultProcessor| Constructor and Description |
|---|
EntityInListMatcher(Object expected) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatch(Object item,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(Object entityList)
Performs iterative matching using the EntityComparator between the actualItem and entityList items
|
setResultProcessorpublic EntityInListMatcher(Object expected)
public boolean matches(Object entityList)
entityList - actual listpublic void describeMismatch(Object item, org.hamcrest.Description description)
public void describeTo(org.hamcrest.Description description)
Copyright © 2021. All rights reserved.