public final class Systematiser
extends java.lang.Object
ITestNGMethod
be ordered by TestNG.Modifier and Type | Class and Description |
---|---|
(package private) static class |
Systematiser.Order |
Modifier | Constructor and Description |
---|---|
private |
Systematiser() |
Modifier and Type | Method and Description |
---|---|
static java.util.Comparator<ITestNGMethod> |
getComparator() |
public static java.util.Comparator<ITestNGMethod> getComparator()
Comparator
that helps TestNG sort ITestNGMethod
s in a specific order.
Currently the following two orders are supported : toString()
implementation that resides within the test class