|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.xml.LaunchSuite
public abstract class LaunchSuite
Wrapper for real suites and custom configured suites. Should only be used for integration purposes; creating a custom testng.xml
Nested Class Summary | |
---|---|
static class |
LaunchSuite.ExistingSuite
ExistingSuite is a non-temporary LaunchSuite based on an existing
file. |
Field Summary | |
---|---|
protected boolean |
m_temporary
|
Constructor Summary | |
---|---|
protected |
LaunchSuite(boolean isTemp)
Constructs a LaunchSuite |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean m_temporary
Constructor Detail |
---|
protected LaunchSuite(boolean isTemp)
LaunchSuite
isTemp
- the temporary statusMethod Detail |
---|
public boolean isTemporary()
public abstract java.io.File save(java.io.File directory)
directory
- the directory where the suite file is to be saved.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |