Comparator<Description>public class Sorter extends Object implements Comparator<Description>
Sorter orders tests. In general you will not need
to use a Sorter directly. Instead, use Request.sortWith(Comparator).| Modifier and Type | Field | Description |
|---|---|---|
static Sorter |
NULL |
NULL is a
Sorter that leaves elements in an undefined order |
| Constructor | Description |
|---|---|
Sorter(Comparator<Description> comparator) |
Creates a
Sorter that uses comparator
to sort tests |
| Modifier and Type | Method | Description |
|---|---|---|
void |
apply(Object object) |
Sorts the test in
runner using comparator |
int |
compare(Description o1,
Description o2) |
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic Sorter(Comparator<Description> comparator)
Sorter that uses comparator
to sort testscomparator - the Comparator to use when sorting testspublic int compare(Description o1, Description o2)
compare in interface Comparator<Description>Copyright © 2002–2018 JUnit. All rights reserved.