Package org.testng.internal
Class Systematiser
java.lang.Object
org.testng.internal.Systematiser
Helps determine how should
ITestNGMethod be ordered by TestNG.-
Method Summary
-
Method Details
-
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
-