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
static class LaunchSuite.ClassesAndMethodsSuite extends LaunchSuite.CustomizedSuite
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.testng.xml.LaunchSuite
LaunchSuite.ClassesAndMethodsSuite, LaunchSuite.ClassListSuite, LaunchSuite.ExistingSuite, LaunchSuite.MethodsSuite
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map<java.lang.String,java.util.Collection<java.lang.String>>
m_classes
protected int
m_logLevel
-
Fields 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
Constructors Constructor Description ClassesAndMethodsSuite(java.lang.String projectName, java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> classes, java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String annotationType, int logLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initContentBuffer(XMLStringBuffer suiteBuffer)
Initializes the content of the xml string buffer.private java.util.Collection<java.lang.String>
sanitize(java.util.Collection<java.lang.String> source)
-
Methods inherited from class org.testng.xml.LaunchSuite.CustomizedSuite
createContentBuffer, getSuiteBuffer, save, saveSuiteContent
-
Methods inherited from class org.testng.xml.LaunchSuite
isTemporary
-
-
-
-
Method Detail
-
initContentBuffer
protected void initContentBuffer(XMLStringBuffer suiteBuffer)
Initializes the content of the xml string buffer.- Specified by:
initContentBuffer
in classLaunchSuite.CustomizedSuite
- Parameters:
suiteBuffer
- the string buffer to initialize.
-
sanitize
private java.util.Collection<java.lang.String> sanitize(java.util.Collection<java.lang.String> source)
-
-