Package org.testng.xml
Class LaunchSuite.MethodsSuite
- java.lang.Object
-
- org.testng.xml.LaunchSuite
-
- org.testng.xml.LaunchSuite.CustomizedSuite
-
- org.testng.xml.LaunchSuite.MethodsSuite
-
- Enclosing class:
- LaunchSuite
static class LaunchSuite.MethodsSuite extends LaunchSuite.CustomizedSuite
AMethodsSuite
is a suite made up of methods.
-
-
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.lang.String
m_className
protected int
m_logLevel
protected java.util.Collection<java.lang.String>
m_methodNames
-
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 MethodsSuite(java.lang.String projectName, java.lang.String className, java.util.Collection<java.lang.String> methodNames, java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String annotationType, int logLevel)
Constructs aMethodsSuite
TODO cquezel JavaDoc.
-
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.-
Methods inherited from class org.testng.xml.LaunchSuite.CustomizedSuite
createContentBuffer, getSuiteBuffer, save, saveSuiteContent
-
Methods inherited from class org.testng.xml.LaunchSuite
isTemporary
-
-
-
-
Constructor Detail
-
MethodsSuite
MethodsSuite(java.lang.String projectName, java.lang.String className, java.util.Collection<java.lang.String> methodNames, java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String annotationType, int logLevel)
Constructs aMethodsSuite
TODO cquezel JavaDoc.- Parameters:
projectName
-className
-methodNames
-parameters
-annotationType
- (may be null)logLevel
-
-
-
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.
-
-