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(java.lang.String projectName, java.util.Collection<java.lang.String> packageNames, java.util.Collection<java.lang.String> classNames, java.util.Collection<java.lang.String> methodNames, java.util.Collection<java.lang.String> groupNames, java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String annotationType, int logLevel)
static LaunchSuite
SuiteGenerator. createProxiedXmlSuite(java.io.File xmlSuitePath)
static LaunchSuite
SuiteGenerator. createSuite(java.lang.String projectName, java.util.Collection<java.lang.String> packageNames, java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> classAndMethodNames, java.util.Collection<java.lang.String> groupNames, java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String annotationType, int logLevel)
-