public class CollectionContainsOnlyInOrder<T> extends org.hamcrest.TypeSafeMatcher<Collection<T>>
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(Collection<T> actualItems) |
describeMismatch, describeMismatchSafely, matchesprotected boolean matchesSafely(Collection<T> actualItems)
matchesSafely in class org.hamcrest.TypeSafeMatcher<Collection<T>>public void describeTo(org.hamcrest.Description description)
Copyright © 2025. All rights reserved.