Uses of Class
org.testng.TestNGAntTask.Mode
-
Packages that use TestNGAntTask.Mode Package Description org.testng -
-
Uses of TestNGAntTask.Mode in org.testng
Fields in org.testng declared as TestNGAntTask.Mode Modifier and Type Field Description private TestNGAntTask.Mode
TestNGAntTask. mode
Methods in org.testng that return TestNGAntTask.Mode Modifier and Type Method Description static TestNGAntTask.Mode
TestNGAntTask.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TestNGAntTask.Mode[]
TestNGAntTask.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.testng with parameters of type TestNGAntTask.Mode Modifier and Type Method Description void
TestNGAntTask. setMode(TestNGAntTask.Mode mode)
-