|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.testng.xml.LaunchSuite
org.testng.xml.LaunchSuite.ExistingSuite
public static class LaunchSuite.ExistingSuite
ExistingSuite is a non-temporary LaunchSuite based on an existing
file.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.testng.xml.LaunchSuite |
|---|
LaunchSuite.ExistingSuite |
| Field Summary |
|---|
| Fields inherited from class org.testng.xml.LaunchSuite |
|---|
m_temporary |
| Constructor Summary | |
|---|---|
LaunchSuite.ExistingSuite(java.io.File path)
Constructs a ExistingSuite based on an existing file |
|
| Method Summary | |
|---|---|
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 org.testng.xml.LaunchSuite |
|---|
isTemporary |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LaunchSuite.ExistingSuite(java.io.File path)
ExistingSuite based on an existing file
path - the path to the existing Launch suite.| Method Detail |
|---|
public java.io.File save(java.io.File directory)
save in class LaunchSuitedirectory - 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 | |||||||||