static class LaunchSuite.ClassesAndMethodsSuite extends LaunchSuite.CustomizedSuite
LaunchSuite.ClassesAndMethodsSuite, LaunchSuite.ClassListSuite, LaunchSuite.ExistingSuite, LaunchSuite.MethodsSuite| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> |
m_classes |
protected int |
m_logLevel |
m_parameters, m_projectName, m_suiteNamem_temporary| Constructor and Description |
|---|
ClassesAndMethodsSuite(java.lang.String projectName,
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> classes,
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.
|
private java.util.Collection<java.lang.String> |
sanitize(java.util.Collection<java.lang.String> source) |
createContentBuffer, getSuiteBuffer, save, saveSuiteContentisTemporaryprotected java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> m_classes
protected int m_logLevel
ClassesAndMethodsSuite(java.lang.String projectName,
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> classes,
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.private java.util.Collection<java.lang.String> sanitize(java.util.Collection<java.lang.String> source)