private static final class EmailableReporter.TestSorter extends java.lang.Object implements java.util.Comparator<IInvokedMethod>
Modifier | Constructor and Description |
---|---|
private |
TestSorter() |
Modifier and Type | Method and Description |
---|---|
int |
compare(IInvokedMethod o1,
IInvokedMethod o2)
Arranges methods by classname and method name
|
public int compare(IInvokedMethod o1, IInvokedMethod o2)
compare
in interface java.util.Comparator<IInvokedMethod>