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