|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaApplicationGroup
JavaApplicationGroup is created to represent task group executing a java
application IJavaApplicationGroup
object is created using
IApplicationGroup addActionGroup(String groupName, byte applicationType, boolean ignore);
API of IWindowsTest
Field Summary |
---|
Fields inherited from interface com.appperfect.apptest.script.IApplicationGroup |
---|
APPLICATION_JAVA, APPLICATION_WINDOWS |
Method Summary | |
---|---|
void |
addClassPath(java.lang.String cpEntry)
This method is used to add the classpath for the java application. |
void |
addLibraryPath(java.lang.String lpEntry)
This method is used to add the library path for the java application if any. |
void |
setMainClass(java.lang.String mainClass)
This method is used to set the main class for the java application. |
void |
setMainClassArguments(java.lang.String args)
This method is used to set the main class command line arguments for the java application if any. |
void |
setRepeatCount(int rptCount)
This method is used to set repeat count for group within single iteration. |
Methods inherited from interface com.appperfect.apptest.script.IApplicationGroup |
---|
addSystemProperty, setApplicationArguments, setExecutablePath, setLaunchNewWindow, setWorkingFolder |
Method Detail |
---|
void addClassPath(java.lang.String cpEntry)
cpEntry
- represents classpath for the java application to testvoid addLibraryPath(java.lang.String lpEntry)
lpEntry
- represents library path if any for the java application to
testvoid setMainClass(java.lang.String mainClass)
mainClass
- is the main class for the java application to testvoid setMainClassArguments(java.lang.String args)
args
- is the main class arguments if any for the java application to
testvoid setRepeatCount(int rptCount)
setRepeatCount
in interface IApplicationGroup
rptCount
- number of times group should repeat execution during single iteration.
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |