Paket | mx.automation |
Gränssnitt | public interface IAutomationEnvironment |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Fler exempel
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Returns the automation class corresponding to the given object. | IAutomationEnvironment | ||
Returns the automation class for the given name. | IAutomationEnvironment |
Metoddetaljer
getAutomationClassByInstance | () | metod |
public function getAutomationClassByInstance(obj:IAutomationObject):IAutomationClass
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Returns the automation class corresponding to the given object.
Parametrar
obj:IAutomationObject — Instance of the delegate of a testable object.
|
IAutomationClass — Automation class for obj .
|
getAutomationClassByName | () | metod |
public function getAutomationClassByName(automationClass:String):IAutomationClass
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Returns the automation class for the given name.
Parametrar
automationClass:String — A class name that corresponds to the value of
the AutomationClass.name property.
|
IAutomationClass — Automation class corresponding to the given name,
or null if none was found.
|
Tue Jun 12 2018, 01:40 PM Z