C# Class NetIde.Test.FindWindow.FindWindow

Mostra file Open project: netide/netide Class Usage Examples

Public Methods

Method Description
FindAll ( ) : void
FindNext ( ) : void
FindPrevious ( ) : void
FindWindow ( AutomationWrapper window ) : System
Replace ( ) : void
ReplaceAll ( ) : void
SkipFile ( ) : void

Private Methods

Method Description
GetCheckboxState ( AutomationWrapper control ) : bool
SetCheckboxState ( AutomationWrapper control, bool value ) : void

Method Details

FindAll() public method

public FindAll ( ) : void
return void

FindNext() public method

public FindNext ( ) : void
return void

FindPrevious() public method

public FindPrevious ( ) : void
return void

FindWindow() public method

public FindWindow ( AutomationWrapper window ) : System
window UIAutomationWrapper.AutomationWrapper
return System

Replace() public method

public Replace ( ) : void
return void

ReplaceAll() public method

public ReplaceAll ( ) : void
return void

SkipFile() public method

public SkipFile ( ) : void
return void