C# Class UiaAtkBridgeTest.TestBase

Show file Open project: mono/uia2atk

Public Methods

Method Description
GlibSync ( ) : void
States ( Atk accessible ) : void

Protected Methods

Method Description
ExpectEvents ( int count, Atk role, string evType ) : void
ExpectEvents ( int count, Atk role, string evType, int detail1 ) : void
ExpectEvents ( int count, Atk role, string evType, string name ) : void
ExpectEvents ( int min, int max, Atk role, string evType ) : void
StartEventMonitor ( ) : void

Method Details

ExpectEvents() protected method

protected ExpectEvents ( int count, Atk role, string evType ) : void
count int
role Atk
evType string
return void

ExpectEvents() protected method

protected ExpectEvents ( int count, Atk role, string evType, int detail1 ) : void
count int
role Atk
evType string
detail1 int
return void

ExpectEvents() protected method

protected ExpectEvents ( int count, Atk role, string evType, string name ) : void
count int
role Atk
evType string
name string
return void

ExpectEvents() protected method

protected ExpectEvents ( int min, int max, Atk role, string evType ) : void
min int
max int
role Atk
evType string
return void

GlibSync() public static method

public static GlibSync ( ) : void
return void

StartEventMonitor() protected method

protected StartEventMonitor ( ) : void
return void

States() public static method

public static States ( Atk accessible ) : void
accessible Atk
return void