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