Paket | mx.automation |
Arabirim | public interface IAutomationEnvironment |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Returns the automation class corresponding to the given object. | IAutomationEnvironment | ||
Returns the automation class for the given name. | IAutomationEnvironment |
Yöntem Ayrıntısı
getAutomationClassByInstance | () | yöntem |
public function getAutomationClassByInstance(obj:IAutomationObject):IAutomationClass
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns the automation class corresponding to the given object.
Parametreler
obj:IAutomationObject — Instance of the delegate of a testable object.
|
IAutomationClass — Automation class for obj .
|
getAutomationClassByName | () | yöntem |
public function getAutomationClassByName(automationClass:String):IAutomationClass
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns the automation class for the given name.
Parametreler
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:09 PM Z