A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
getArgDescriptors(obj) — Method in class src.main.CustomAutomationMethodDescriptor
getAutomationChildAt(index) — Method in class src.test.ObjectMock
Returns a ObjectMock object.
getChildren(objectID) — Method in class src.main.FunFX
Helper method for displaying the children of a component Is used to ease writing tests, finding the right children
getClassName(obj) — Static method in class src.main.CustomAutomationClass
Returns the fully qualified name of the class to which the object belongs.
getColumnNames(objectID) — Method in class src.main.FunFX
Returns the column names of a component supporting tabular data e.g.
getDefinitionFromObjectDomain(obj, className) — Static method in class src.main.CustomAutomationClass
Utility function that returns the class definition from the domain of a object instance
getDescriptorForEvent(event) — Method in class src.main.CustomAutomationClass
Translates between component event and Automation method descriptor
getDescriptorForEventByName(eventName) — Method in class src.main.CustomAutomationClass
getDescriptorForMethodByName(methodName) — Method in class src.main.CustomAutomationClass
Returns a full methodDescriptor from its name
getFirstVisibleRow(objectID) — Method in class src.main.FunFX
Returns the index of the first visible row in a component supporting tabular data e.g.
getHierarchy(obj) — Static method in class src.main.FunFX
Prints the hierarchy of parent to the object in Ruby syntax.
getLastVisibleRow(objectID) — Method in class src.main.FunFX
Returns the index of the last visible row in a component supporting tabular data e.g.
getNumColumns(objectID) — Method in class src.main.FunFX
Returns the number of columns in a component supporting tabular data e.g.
getNumRows(objectID) — Method in class src.main.FunFX
Returns the number of rows in a component supporting tabular data e.g.
getPropertyDescriptors(objForInitialization, forVerification, forDescription) — Method in class src.main.CustomAutomationClass
Returns the list of properties this class supports
getTabularDataValue(objectID, arg) — Method in class src.main.FunFX
getTabularDataValues(objectID, start, end) — Method in class src.main.FunFX
Extracts and passes the values of an object that supports tabulardata (ex DataGrid, List etc) to the testing framework.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z