패키지 | mx.automation |
인터페이스 | public interface IAutomationEnvironment |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
기타 예제
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Returns the automation class corresponding to the given object. | IAutomationEnvironment | ||
Returns the automation class for the given name. | IAutomationEnvironment |
메서드 세부 정보
getAutomationClassByInstance | () | 메서드 |
public function getAutomationClassByInstance(obj:IAutomationObject):IAutomationClass
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns the automation class corresponding to the given object.
매개 변수
obj:IAutomationObject — Instance of the delegate of a testable object.
|
IAutomationClass — Automation class for obj .
|
getAutomationClassByName | () | 메서드 |
public function getAutomationClassByName(automationClass:String):IAutomationClass
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns the automation class for the given name.
매개 변수
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, 03:17 PM Z