public class DescriptionComparator extends Object implements Comparator<org.junit.runner.Description>
Constructor and Description |
---|
DescriptionComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(org.junit.runner.Description description1,
org.junit.runner.Description description2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(org.junit.runner.Description description1, org.junit.runner.Description description2)
compare
in interface Comparator<org.junit.runner.Description>