Class TestMethodComparator
java.lang.Object
org.testng.internal.TestMethodComparator
- All Implemented Interfaces:
Comparator<ITestNGMethod>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(ITestNGMethod o1, ITestNGMethod o2) static intcompareStatic(ITestNGMethod o1, ITestNGMethod o2) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TestMethodComparator
public TestMethodComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<ITestNGMethod>
-
compareStatic
-