Uses of Class
org.testng.xml.LaunchSuite
Packages that use LaunchSuite
-
Uses of LaunchSuite in org.testng.xml
Subclasses of LaunchSuite in org.testng.xmlModifier and TypeClassDescription(package private) static class
(package private) static class
ClassListSuite
TODO cquezel JavaDoc.private static class
CustomizedSuite
TODO cquezel JavaDoc.static class
ExistingSuite
is a non-temporary LaunchSuite based on an existing file.(package private) static class
AMethodsSuite
is a suite made up of methods.Methods in org.testng.xml that return LaunchSuiteModifier and TypeMethodDescriptionstatic 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)