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 TypeMethodDescriptionint
compare
(ITestNGMethod o1, ITestNGMethod o2) static int
compareStatic
(ITestNGMethod o1, ITestNGMethod o2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TestMethodComparator
public TestMethodComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<ITestNGMethod>
-
compareStatic
-