public abstract class LaunchSuite
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
LaunchSuite.ClassesAndMethodsSuite |
(package private) static class |
LaunchSuite.ClassListSuite
ClassListSuite TODO cquezel JavaDoc. |
private static class |
LaunchSuite.CustomizedSuite
CustomizedSuite TODO cquezel JavaDoc. |
static class |
LaunchSuite.ExistingSuite
ExistingSuite is a non-temporary LaunchSuite based on an existing
file. |
(package private) static class |
LaunchSuite.MethodsSuite
A
MethodsSuite is a suite made up of methods. |
Modifier and Type | Field and Description |
---|---|
private static Logger |
LOGGER
This class's log4testng Logger.
|
protected boolean |
m_temporary |
Modifier | Constructor and Description |
---|---|
protected |
LaunchSuite(boolean isTemp)
Constructs a
LaunchSuite |
Modifier and Type | Method and Description |
---|---|
abstract XMLStringBuffer |
getSuiteBuffer() |
boolean |
isTemporary()
Returns the temporary state.
|
abstract java.io.File |
save(java.io.File directory)
Saves the suite file in the specified directory and returns the file
pathname.
|
private static final Logger LOGGER
protected boolean m_temporary
protected LaunchSuite(boolean isTemp)
LaunchSuite
isTemp
- the temporary statuspublic boolean isTemporary()
public abstract java.io.File save(java.io.File directory)
directory
- the directory where the suite file is to be saved.public abstract XMLStringBuffer getSuiteBuffer()