Package org.testng.xml
Class LaunchSuite.ClassListSuite
java.lang.Object
org.testng.xml.LaunchSuite
org.testng.xml.LaunchSuite.CustomizedSuite
org.testng.xml.LaunchSuite.ClassListSuite
- Enclosing class:
LaunchSuite
ClassListSuite TODO cquezel JavaDoc.-
Nested Class Summary
Nested classes/interfaces inherited from class org.testng.xml.LaunchSuite
LaunchSuite.ClassesAndMethodsSuite, LaunchSuite.ClassListSuite, LaunchSuite.ExistingSuite, LaunchSuite.MethodsSuite -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection<String> protected Collection<String> protected intprotected Collection<String> Fields inherited from class org.testng.xml.LaunchSuite.CustomizedSuite
m_parameters, m_projectName, m_suiteNameFields inherited from class org.testng.xml.LaunchSuite
m_temporary -
Constructor Summary
ConstructorsConstructorDescriptionClassListSuite(String projectName, Collection<String> packageNames, Collection<String> classNames, Collection<String> groupNames, Map<String, String> parameters, String annotationType, int logLevel) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitContentBuffer(XMLStringBuffer suiteBuffer) Initializes the content of the xml string buffer.Methods inherited from class org.testng.xml.LaunchSuite.CustomizedSuite
createContentBuffer, getSuiteBuffer, save, saveSuiteContentMethods inherited from class org.testng.xml.LaunchSuite
isTemporary
-
Field Details
-
m_packageNames
-
m_classNames
-
m_groupNames
-
m_logLevel
protected int m_logLevel
-
-
Constructor Details
-
ClassListSuite
ClassListSuite(String projectName, Collection<String> packageNames, Collection<String> classNames, Collection<String> groupNames, Map<String, String> parameters, String annotationType, int logLevel)
-
-
Method Details
-
initContentBuffer
Initializes the content of the xml string buffer.- Specified by:
initContentBufferin classLaunchSuite.CustomizedSuite- Parameters:
suiteBuffer- the string buffer to initialize.
-