public class TestMethodComparator extends Object implements 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(ITestNGMethod o1, ITestNGMethod o2)
compare in interface Comparator<ITestNGMethod>public static int compareStatic(ITestNGMethod o1, ITestNGMethod o2)
Copyright © 2025. All rights reserved.