Package org.testng.internal
Class Systematiser
java.lang.Object
org.testng.internal.Systematiser
Helps determine how should
ITestNGMethod
be ordered by TestNG.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Systematiser
private Systematiser()
-
-
Method Details
-
getComparator
- Returns:
- - A
Comparator
that helps TestNG sortITestNGMethod
s 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
-