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
A
MethodsSuite 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
FieldsFields 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
ConstructorsConstructorDescriptionMethodsSuite(String projectName, String className, Collection<String> methodNames, Map<String, String> parameters, String annotationType, int logLevel) Constructs aMethodsSuiteTODO cquezel JavaDoc. -
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_methodNames
-
m_className
-
m_logLevel
protected int m_logLevel
-
-
Constructor Details
-
MethodsSuite
MethodsSuite(String projectName, String className, Collection<String> methodNames, Map<String, String> parameters, String annotationType, int logLevel) Constructs aMethodsSuiteTODO cquezel JavaDoc.- Parameters:
projectName-className-methodNames-parameters-annotationType- (may be null)logLevel-
-
-
Method Details
-
initContentBuffer
Initializes the content of the xml string buffer.- Specified by:
initContentBufferin classLaunchSuite.CustomizedSuite- Parameters:
suiteBuffer- the string buffer to initialize.
-