Uses of Class
org.testng.internal.Systematiser.Order
-
Packages that use Systematiser.Order Package Description org.testng.internal -
-
Uses of Systematiser.Order in org.testng.internal
Methods in org.testng.internal that return Systematiser.Order Modifier and Type Method Description static Systematiser.Order
Systematiser.Order. parse(java.lang.String value)
static Systematiser.Order
Systematiser.Order. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Systematiser.Order[]
Systematiser.Order. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-