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