Package org.testng.internal
Class Systematiser
- java.lang.Object
-
- org.testng.internal.Systematiser
-
public final class Systematiser extends java.lang.ObjectHelps determine how shouldITestNGMethodbe ordered by TestNG.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classSystematiser.Order
-
Constructor Summary
Constructors Modifier Constructor Description privateSystematiser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Comparator<ITestNGMethod>getComparator()
-
-
-
Method Detail
-
getComparator
public static java.util.Comparator<ITestNGMethod> getComparator()
- Returns:
- - A
Comparatorthat helps TestNG sortITestNGMethods in a specific order. Currently the following two orders are supported :
- Based on the name of methods
- Based on the
toString()implementation that resides within the test class
-
-