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
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
-