public class TestMethodComparator extends java.lang.Object implements java.util.Comparator<ITestNGMethod>
Constructor and Description |
---|
TestMethodComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(ITestNGMethod o1,
ITestNGMethod o2) |
static int |
compareStatic(ITestNGMethod o1,
ITestNGMethod o2) |
public int compare(ITestNGMethod o1, ITestNGMethod o2)
compare
in interface java.util.Comparator<ITestNGMethod>
public static int compareStatic(ITestNGMethod o1, ITestNGMethod o2)