Package org.testng.reporters
Class EmailableReporter.TestSorter
- java.lang.Object
-
- org.testng.reporters.EmailableReporter.TestSorter
-
- All Implemented Interfaces:
java.util.Comparator<IInvokedMethod>
- Enclosing class:
- EmailableReporter
private static final class EmailableReporter.TestSorter extends java.lang.Object implements java.util.Comparator<IInvokedMethod>
Arranges methods by classname and method name
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TestSorter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(IInvokedMethod o1, IInvokedMethod o2)
Arranges methods by classname and method name
-
-
-
Method Detail
-
compare
public int compare(IInvokedMethod o1, IInvokedMethod o2)
Arranges methods by classname and method name- Specified by:
compare
in interfacejava.util.Comparator<IInvokedMethod>
-
-