Package org.testng.xml
Class LaunchSuite.ClassesAndMethodsSuite
java.lang.Object
org.testng.xml.LaunchSuite
org.testng.xml.LaunchSuite.CustomizedSuite
org.testng.xml.LaunchSuite.ClassesAndMethodsSuite
- Enclosing class:
- LaunchSuite
-
Nested Class Summary
Nested classes/interfaces inherited from class org.testng.xml.LaunchSuite
LaunchSuite.ClassesAndMethodsSuite, LaunchSuite.ClassListSuite, LaunchSuite.ExistingSuite, LaunchSuite.MethodsSuite
-
Field Summary
FieldsFields inherited from class org.testng.xml.LaunchSuite.CustomizedSuite
m_parameters, m_projectName, m_suiteName
Fields inherited from class org.testng.xml.LaunchSuite
m_temporary
-
Constructor Summary
ConstructorsConstructorDescriptionClassesAndMethodsSuite
(String projectName, Map<String, Collection<String>> classes, Map<String, String> parameters, String annotationType, int logLevel) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
initContentBuffer
(XMLStringBuffer suiteBuffer) Initializes the content of the xml string buffer.private Collection<String>
sanitize
(Collection<String> source) Methods inherited from class org.testng.xml.LaunchSuite.CustomizedSuite
createContentBuffer, getSuiteBuffer, save, saveSuiteContent
Methods inherited from class org.testng.xml.LaunchSuite
isTemporary
-
Field Details
-
m_classes
-
m_logLevel
protected int m_logLevel
-
-
Constructor Details
-
ClassesAndMethodsSuite
-
-
Method Details
-
initContentBuffer
Initializes the content of the xml string buffer.- Specified by:
initContentBuffer
in classLaunchSuite.CustomizedSuite
- Parameters:
suiteBuffer
- the string buffer to initialize.
-
sanitize
-