Uses of Class
org.testng.xml.LaunchSuite
-
Packages that use LaunchSuite Package Description org.testng.xml -
-
Uses of LaunchSuite in org.testng.xml
Subclasses of LaunchSuite in org.testng.xml Modifier and Type Class Description static class
LaunchSuite.ExistingSuite
ExistingSuite
is a non-temporary LaunchSuite based on an existing file.Methods in org.testng.xml that return LaunchSuite Modifier and Type Method Description static LaunchSuite
SuiteGenerator. createCustomizedSuite(String projectName, Collection<String> packageNames, Collection<String> classNames, Collection<String> methodNames, Collection<String> groupNames, Map<String,String> parameters, String annotationType, int logLevel)
static LaunchSuite
SuiteGenerator. createProxiedXmlSuite(File xmlSuitePath)
static LaunchSuite
SuiteGenerator. createSuite(String projectName, Collection<String> packageNames, Map<String,Collection<String>> classAndMethodNames, Collection<String> groupNames, Map<String,String> parameters, String annotationType, int logLevel)
-