static class LaunchSuite.ClassListSuite extends LaunchSuite.CustomizedSuite
ClassListSuite TODO cquezel JavaDoc.LaunchSuite.ClassesAndMethodsSuite, LaunchSuite.ClassListSuite, LaunchSuite.ExistingSuite, LaunchSuite.MethodsSuite| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<java.lang.String> |
m_classNames |
protected java.util.Collection<java.lang.String> |
m_groupNames |
protected int |
m_logLevel |
protected java.util.Collection<java.lang.String> |
m_packageNames |
m_parameters, m_projectName, m_suiteNamem_temporary| Constructor and Description |
|---|
ClassListSuite(java.lang.String projectName,
java.util.Collection<java.lang.String> packageNames,
java.util.Collection<java.lang.String> classNames,
java.util.Collection<java.lang.String> groupNames,
java.util.Map<java.lang.String,java.lang.String> parameters,
java.lang.String annotationType,
int logLevel) |
| 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_packageNames
protected java.util.Collection<java.lang.String> m_classNames
protected java.util.Collection<java.lang.String> m_groupNames
protected int m_logLevel
ClassListSuite(java.lang.String projectName,
java.util.Collection<java.lang.String> packageNames,
java.util.Collection<java.lang.String> classNames,
java.util.Collection<java.lang.String> groupNames,
java.util.Map<java.lang.String,java.lang.String> parameters,
java.lang.String annotationType,
int logLevel)
protected void initContentBuffer(XMLStringBuffer suiteBuffer)
initContentBuffer in class LaunchSuite.CustomizedSuitesuiteBuffer - the string buffer to initialize.