C# Class AtspiUiaSourceTest.Base

Exibir arquivo Open project: mono/uia2atk

Protected Properties

Property Type Description
source AtspiUiaSource.AutomationSource

Public Methods

Method Description
Base ( ) : System
GetAppPath ( string filename ) : string
StartApplication ( string name ) : void

Protected Methods

Method Description
FindApplication ( string name ) : IElement
GetApplication ( string filename ) : IElement
GetApplication ( string filename, string name ) : IElement

Private Methods

Method Description
TearDown ( ) : void

Method Details

Base() public method

public Base ( ) : System
return System

FindApplication() protected method

protected FindApplication ( string name ) : IElement
name string
return IElement

GetAppPath() public static method

public static GetAppPath ( string filename ) : string
filename string
return string

GetApplication() protected method

protected GetApplication ( string filename ) : IElement
filename string
return IElement

GetApplication() protected method

protected GetApplication ( string filename, string name ) : IElement
filename string
name string
return IElement

StartApplication() public method

public StartApplication ( string name ) : void
name string
return void

Property Details

source protected_oe property

protected AutomationSource,AtspiUiaSource source
return AtspiUiaSource.AutomationSource