Uses of Class
org.testng.TestNG
-
Packages that use TestNG Package Description com.beust.testng org.testng org.testng.reporters -
-
Uses of TestNG in com.beust.testng
Subclasses of TestNG in com.beust.testng Modifier and Type Class Description classTestNGDeprecated.Use org.testng.TestNG -
Uses of TestNG in org.testng
Fields in org.testng declared as TestNG Modifier and Type Field Description private static TestNGTestNG. m_instanceprivate TestNGTestNG.ExitCodeListener. m_mainRunnerDeprecated.Methods in org.testng that return TestNG Modifier and Type Method Description static TestNGTestNG. getDefault()Deprecated.since 5.1static TestNGTestNG. privateMain(java.lang.String[] argv, ITestListener listener)Note: this method is not part of the public API and is meant for internal usage only.Constructors in org.testng with parameters of type TestNG Constructor Description ExitCodeListener(TestNG runner)Deprecated. -
Uses of TestNG in org.testng.reporters
Constructors in org.testng.reporters with parameters of type TestNG Constructor Description ExitCodeListener(TestNG runner)
-