Package org.testng.internal
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TestMethodComparator
public TestMethodComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<ITestNGMethod>
-
compareStatic
-