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