C# Class Mono.UIAutomation.TestFramework.Application

Show file Open project: mono/uia2atk Class Usage Examples

Protected Properties

Property Type Description
procedureLogger ProcedureLogger
sample String

Public Methods

Method Description
Application ( String sample ) : System
FindAllGtkSubWindow ( Window mainWindow, string name ) : Mono.UIAutomation.TestFramework.Window[]
FindGtkSubWindow ( Window mainWindow, string name ) : Window
GetWindow ( string name ) : Window
Launch ( string program ) : void

Method Details

Application() public method

public Application ( String sample ) : System
sample String
return System

FindAllGtkSubWindow() public method

public FindAllGtkSubWindow ( Window mainWindow, string name ) : Mono.UIAutomation.TestFramework.Window[]
mainWindow Window
name string
return Mono.UIAutomation.TestFramework.Window[]

FindGtkSubWindow() public method

public FindGtkSubWindow ( Window mainWindow, string name ) : Window
mainWindow Window
name string
return Window

GetWindow() public method

public GetWindow ( string name ) : Window
name string
return Window

Launch() public method

public Launch ( string program ) : void
program string
return void

Property Details

procedureLogger protected property

protected ProcedureLogger,Mono.UIAutomation.TestFramework procedureLogger
return ProcedureLogger

sample protected property

protected String sample
return String