static class LaunchSuite.MethodsSuite extends LaunchSuite.CustomizedSuite
MethodsSuite is a suite made up of methods.LaunchSuite.ClassesAndMethodsSuite, LaunchSuite.ClassListSuite, LaunchSuite.ExistingSuite, LaunchSuite.MethodsSuite| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
m_className |
protected int |
m_logLevel |
protected java.util.Collection<java.lang.String> |
m_methodNames |
m_parameters, m_projectName, m_suiteNamem_temporary| Constructor and 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 a
MethodsSuite TODO cquezel JavaDoc. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initContentBuffer(XMLStringBuffer suiteBuffer)
Initializes the content of the xml string buffer.
|
createContentBuffer, getSuiteBuffer, save, saveSuiteContentisTemporaryprotected java.util.Collection<java.lang.String> m_methodNames
protected java.lang.String m_className
protected int m_logLevel
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)
MethodsSuite TODO cquezel JavaDoc.projectName - className - methodNames - parameters - annotationType - (may be null)logLevel - protected void initContentBuffer(XMLStringBuffer suiteBuffer)
initContentBuffer in class LaunchSuite.CustomizedSuitesuiteBuffer - the string buffer to initialize.