Class Sorter

java.lang.Object
org.junit.runner.manipulation.Ordering
org.junit.runner.manipulation.Sorter
All Implemented Interfaces:
Comparator<Description>
Direct Known Subclasses:
Alphanumeric

public class Sorter extends Ordering implements Comparator<Description>
A Sorter orders tests. In general you will not need to use a Sorter directly. Instead, use Request.sortWith(Comparator).
Since:
4.0