A C D E F G H I L M P R S T W 
All Classes All Packages

A

assertInstallerHasCompletedSuccessfully() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Asserts that the launched InstallAnywhere installer has completed successfully.
assertJavaHasCompletedSuccessfully() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Asserts that the launched java process has completed successfully.
assertUninstallerHasCompletedSuccessfully() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Asserts that the launched InstallAnywhere uninstaller has completed successfully.

C

clearEventQueue() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Clears the event queue.
clickButton(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Programmatically performs a click on the button based on the button ID.
clickCancel() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Clicks the Cancel button of the Installer/Uninstaller, only if it is visible and enabled.
clickDialogButtonWithText(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Programmatically performs a click on the button based on the button text on the Dialog.
clickDone() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Clicks the Done button of the Installer/Uninstaller, only if it is visible and enabled.
clickHelp() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Clicks the Help button of the Installer/Uninstaller, only if it is visible and enabled.
clickInstall() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Clicks the Install button of the Installer, only if it is visible and enabled.
clickNext() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Clicks the Next button of the Installer/Uninstaller, only if it is visible and enabled.
clickPrevious() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Clicks the Previous button of the Installer/Uninstaller, only if it is visible and enabled.
clickUninstall() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Clicks the Uninstall button of the Uninstaller, only if it is visible and enabled.
clickWindowButton(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Programmatically performs a click on the button based on the button ID on the Window/Frame.
com.zerog.ia.test.fixtures - package com.zerog.ia.test.fixtures
 

D

delay(int) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Sleeps for the specified period of time.

E

equals(Object) - Method in class com.zerog.ia.test.fixtures.EventLine
 
EventLine - Class in com.zerog.ia.test.fixtures
The EventLine class represents the occurrence of GUI events and their parameters.
EventLine(String) - Constructor for class com.zerog.ia.test.fixtures.EventLine
 

F

foundEvent(EventLine) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
The foundEvent method returns whether the specified event occurred or not.

G

getAllComboBoxItems(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get all the items in the combobox based on the combobox ID.
getAllListBoxItems(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get all the items in the listbox based on the listbox ID.
getButtonText(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get the button's text based on the button ID.
getCheckBoxText(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get the checkbox's text base on the checkbox ID.
getComboBoxSelectedItem(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get all the selected items in the combobox base on the combobox ID.
getDialogButtonsText(String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get all button labels on the dialog.
getDialogTexts(String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get all the labels on the dialog.
getId() - Method in class com.zerog.ia.test.fixtures.EventLine
Returns the event identification.
getInstallDir(String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Looks for the InstallAnywhere installation directory of the specified product name.
getLabelText(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get the label's text based on the label ID.
getListBoxSelectedItems(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get all the selected items in the listbox base on the listbox ID.
getLocationOnScreen() - Method in class com.zerog.ia.test.fixtures.EventLine
Returns the location on the screen where the event occurred.
getPanelTitle() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get the title of the current panel.
getParams() - Method in class com.zerog.ia.test.fixtures.EventLine
Returns the event parameters.
getProgramsDir() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Looks for the system's programs directory.
getRadioButtonText(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get the radio button's text base on the radio button ID.
getRadioButtonTextEx(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get the radio button's text base on the radio button ID.
getTextFieldText(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get the textfield's text base on the textfield ID.
getUninstallerPath(File, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Looks for the InstallAnywhere uninstaller path of the specified product name at the specified installation directory.
getUninstallerPath(String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Looks for the InstallAnywhere uninstaller path of the specified product name at the system's programs directory.
getUninstallerPath(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Looks for the InstallAnywhere uninstaller path of the specified product name at the specified installation directory at the system's programs directory.
getWindowAllComboBoxItems(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get all the items in the combobox based on the combobox ID on the Window/Frame.
getWindowButtonText(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get button's text based on the button ID from Window/Frame.
getWindowComboBoxSelectedItem(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get all the selected items in the combobox base on the combobox ID on the Window/Frame.
getWindowLabelText(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Get the label's text base on the label ID on the Window/Frame.
GUIAutomationFixture - Class in com.zerog.ia.test.fixtures
The GUIAutomationFixture class is designed to allow developers to write automated GUI tests that can communicate with InstallAnywhere installers.
GUIAutomationFixture() - Constructor for class com.zerog.ia.test.fixtures.GUIAutomationFixture
 

H

hashCode() - Method in class com.zerog.ia.test.fixtures.EventLine
 

I

isAutomationDisabled() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
The isAutomationDisabled() method returns a boolean indicating whether the automation is disabled or not.
isAutomationEnabled() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
The isAutomationEnabled() method returns a boolean indicating whether the automation is enabled or not.
isButtonEnabled(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the button is enabled or not based on the button ID.
isButtonVisible(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the button is visible or not based on the button ID.
isCancelEnabled() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the Cancel button is enabled or not.
isCheckBoxEnabled(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the checkbox is enabled or not based on the checkbox ID.
isCheckBoxSelected(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the checkbox is selected or not based on the checkbox ID.
isCheckBoxVisible(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the checkbox is visible or not based on the checkbox ID.
isComboBoxEnabled(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the combobox is enabled or not based on the combobox ID.
isComboBoxVisible(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the combobox is visible or not based on the combobox ID.
isDoneEnabled() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the Done button is enabled or not.
isHelpEnabled() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the Help button is enabled or not.
isInstallEnabled() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the Install button is enabled or not.
isLabelVisible(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the label is visible or not based on the label ID.
isListBoxEnabled(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the listbox is enabled or not based on the listbox ID.
isListBoxVisible(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the listbox is visible or not based on the listbox ID.
isNextEnabled() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the Next button is enabled or not.
isPasswordTextFieldEnabled(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the password textfield is enabled or not based on the password textfield ID.
isPasswordTextFieldVisible(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the password textfield is visible or not based on the password textfield ID.
isPreviousEnabled() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the Previous button is enabled or not.
isRadioButtonEnabled(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the radio button is enabled or not based on the radio button ID.
isRadioButtonSelected(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the radio button is selected or not based on the radio button ID.
isRadioButtonVisible(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the radio button is visible or not based on the radio button ID.
isTextFieldEnabled(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the textfield is enabled or not based on the textfield ID.
isTextFieldVisible(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the textfield is visible or not based on the textfield ID.
isUninstallEnabled() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the Uninstall button is enabled or not.
isWindowButtonEnabled(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether a button is enabled or not based on the button ID on the Window/Frame.
isWindowComboBoxEnabled(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Determines whether the combobox is enabled or not based on the combobox ID on the Window/Frame.

L

launchBinary(String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Launch the specific Installer/Uninstaller executable
launchInstaller(String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Launches the InstallAnywhere installer found in the specified path.
launchInstaller(String, boolean) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Launches the InstallAnywhere installer found in the specified path and gives the option to wait for the remote debugger.
launchJava(String[]) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Launches the system default java runtime passing the specified parameters.
launchJava(String, String[], boolean) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Launches the specified class using the system default java runtime and gives the option to wait for the remote debugger.
launchUninstaller(File, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Launches the InstallAnywhere uninstaller found at the specified installation directory.
launchUninstaller(File, String, boolean) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Launches the InstallAnywhere uninstaller found at the specified installation directory and gives the option to wait for the remote debugger.
launchUninstaller(String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Launches the InstallAnywhere uninstaller of the specified product name.
launchUninstaller(String, boolean) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Launches the InstallAnywhere uninstaller of the specified product name and gives the option to wait for the remote debugger.
launchUninstaller(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Launches the InstallAnywhere uninstaller of the specified product name.
launchUninstaller(String, String, boolean) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Launches the InstallAnywhere uninstaller of the specified product name and gives the option to wait for the remote debugger.

M

mouseClick(Point) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Presses the mouse buttom at the given screen coordinates.

P

pressEnter() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Presses the ENTER key.
pressKey(int) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Types the specified key and releases after the autoDelay time.
pressKey(int, boolean) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Types the specified key and specifies if the key should be released after the autoDelay time.
pressTab() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Presses the TAB key.
printJavaOutput(String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Prints the java process output to the system default output using the specified title.

R

releaseKey(int) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Releases the specified key.

S

selectCheckBox(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Programmatically performs a click on the checkbox based on the checkbox ID.
selectRadioButton(String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Programmatically performs a click on the radio button based on the radio button ID.
setAutoDelay(int) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Sets the delay time between mouse and keyboard events for the specified time.
setComboBoxSelectedItem(String, String, int) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Select item from combobox base on combobox ID and index
setComboBoxSelectedItem(String, String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Select item from combobox base on combobox ID and text.
setListBoxSelectedItem(String, String, int) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Select item from listbox base on listbox ID and index
setListBoxSelectedItem(String, String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Select item from listbox base on listbox ID and text.
setPasswordTextFieldText(String, String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Set the password textfield's text base on the password textfield ID.
setTextFieldText(String, String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Set the textfield's text base on the textfield ID.
setUp() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
This method initializes event notification listeners.
setWaitTimeout(int) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Sets the wait time for GUI events for the specified time.
setWindowComboBoxSelectedItem(String, String, int) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Select item from combobox base on combobox ID and index on the Window/Frame.
setWindowComboBoxSelectedItem(String, String, String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Select item from combobox base on combobox ID and text on the Window/Frame.

T

tearDown() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
This method finalizes event notification listeners.
type(String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Types the specified text string.

W

waitForEvent(String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Waits for the specified event to happen.
waitForInstallerToComplete() - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Waits for 180 seconds for the launched InstallAnywhere installer to complete.
waitForJavaToComplete(int) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Waits for the launched java process to complete.
waitForPanel(String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Waits for the specified panel to appear.
waitForWindow(String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
Waits for the specified window to appear.
waitForWindowEx(String) - Method in class com.zerog.ia.test.fixtures.GUIAutomationFixture
 
A C D E F G H I L M P R S T W 
All Classes All Packages