Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static <T extends Comparable<T>> |
isOrdered() |
static <T> OrderedSequenceMatcher<T> |
isOrdered(String cmpDescription,
Comparator<T> cmp) |
protected boolean |
matchesSafely(Iterable<T> ts,
org.hamcrest.Description description) |
public static <T> OrderedSequenceMatcher<T> isOrdered(String cmpDescription, Comparator<T> cmp)
public static <T extends Comparable<T>> OrderedSequenceMatcher<T> isOrdered()
public void describeTo(org.hamcrest.Description description)
Copyright © 2002-2018 Atlassian. All Rights Reserved.