Package | src.test |
Class | public class ObjectMock |
Inheritance | ObjectMock ![]() |
Property | Defined by | ||
---|---|---|---|
automationValue : Array [read-only]
Returns the automationValue of the object
| ObjectMock | ||
numAutomationChildren : int [read-only]
Sets the numAutomationChildren to 1
| ObjectMock |
Method | Defined by | ||
---|---|---|---|
getAutomationChildAt(index:int):IAutomationObject
Returns a ObjectMock object.
| ObjectMock |
automationValue | property |
automationValue:Array
[read-only]Returns the automationValue of the object
Implementation public function get automationValue():Array
numAutomationChildren | property |
numAutomationChildren:int
[read-only]Sets the numAutomationChildren to 1
Implementation public function get numAutomationChildren():int
getAutomationChildAt | () | method |
public override function getAutomationChildAt(index:int):IAutomationObject
Returns a ObjectMock object.
Parametersindex:int — The position of the child
|
IAutomationObject — The child object
|