T
- the typepublic class IsOrderedCollectionContaining<T>
extends org.hamcrest.BaseMatcher<java.util.List<? super T>>
Constructor and Description |
---|
IsOrderedCollectionContaining(java.util.List<T> expectedList) |
Modifier and Type | Method and Description |
---|---|
void |
describeMismatch(java.lang.Object item,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(java.lang.Object collection) |
public IsOrderedCollectionContaining(java.util.List<T> expectedList)
expectedList
- the expected listCopyright © 1995–2024 Mort Bay Consulting. All rights reserved.