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_suiteName
Fields 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 aMethodsSuite
TODO cquezel JavaDoc. -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
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 aMethodsSuite
TODO 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:
initContentBuffer
in classLaunchSuite.CustomizedSuite
- Parameters:
suiteBuffer
- the string buffer to initialize.
-