Packageorg.fluint.uiImpersonation.actionScript
Classpublic class ActionScriptVisualTestEnvironment
InheritanceActionScriptVisualTestEnvironment Inheritance VisualTestEnvironment Inheritance Object

A proxy visual test environment for ActionScript projects



Public Properties
 PropertyDefined By
 InheritednumChildren : int
[read-only] Returns the number of children currently in the test environment
VisualTestEnvironment
 InheritedtestEnvironment : Sprite
[read-only] Returns the sprite which contains all children added to the test environment.
VisualTestEnvironment
Public Methods
 MethodDefined By
  
Constructor
ActionScriptVisualTestEnvironment
 Inherited
addChild(child:DisplayObject):DisplayObject
Add a child to test environment.
VisualTestEnvironment
 Inherited
addChildAt(child:DisplayObject, index:int):DisplayObject
Add a display object at the specified index.
VisualTestEnvironment
 Inherited
addElement(element:DisplayObject):DisplayObject
Not used in projects prior to Flex 4.
VisualTestEnvironment
 Inherited
addElementAt(element:DisplayObject, index:int):DisplayObject
Not used in projects prior to Flex 4.
VisualTestEnvironment
 Inherited
getChildAt(index:int):DisplayObject
Retrieves the child at the specified index without removing the child.
VisualTestEnvironment
 Inherited
getChildByName(name:String):DisplayObject
Retrieves the child with the specified name without removing the child\
VisualTestEnvironment
 Inherited
getChildIndex(child:DisplayObject):int
Retrieves the index of the specified child in the test environment
VisualTestEnvironment
 Inherited
getElementAt(index:int):DisplayObject
Not used in projects prior to Flex 4.
VisualTestEnvironment
 Inherited
getElementIndex(element:DisplayObject):int
Not used in projects prior to Flex 4.
VisualTestEnvironment
 Inherited
Removes all children currently in the test environment
VisualTestEnvironment
 Inherited
Not used in projects prior to Flex 4.
VisualTestEnvironment
 Inherited
removeChild(child:DisplayObject):DisplayObject
Removes the specified child from the test environment.
VisualTestEnvironment
 Inherited
removeChildAt(index:int):DisplayObject
Removes a child at the specified index.
VisualTestEnvironment
 Inherited
removeElement(element:DisplayObject):DisplayObject
Not used in projects prior to Flex 4.
VisualTestEnvironment
 Inherited
removeElementAt(index:int):DisplayObject
Not used in projects prior to Flex 4.
VisualTestEnvironment
 Inherited
setChildIndex(child:DisplayObject, newIndex:int):void
Updates the specified child to the new index.
VisualTestEnvironment
 Inherited
setElementIndex(element:DisplayObject, index:int):void
Not used in projects prior to Flex 4.
VisualTestEnvironment
Constructor Detail
ActionScriptVisualTestEnvironment()Constructor
public function ActionScriptVisualTestEnvironment()

Constructor