C# Class WindowsPhoneTestFramework.Client.AutomationClient.Remote.CommandBase

Exibir arquivo Open project: Expensify/WindowsPhoneTestFramework

Public Methods

Method Description
Do ( ) : void

Protected Methods

Method Description
DoImpl ( ) : void
SendColorResult ( string colorHex ) : void
SendDictionaryResult ( string>.Dictionary dict ) : void
SendExceptionFailedResult ( Exception exception ) : void
SendNotFoundResult ( string failureText = null ) : void
SendPictureResult ( byte bytes ) : void
SendPositionResult ( double left, double top, double width, double height ) : void
SendProgressResult ( double min, double max, double current ) : void
SendSuccessResult ( ) : void
SendTextResult ( string text ) : void
SkipResult ( ) : void

Private Methods

Method Description
BuildExceptionMessage ( Exception exception ) : string
EnsureAtMostOneResultSent ( ) : void
Send ( ResultBase result ) : void
SendErrorResultIfNoOtherResultSent ( ) : void

Method Details

Do() public method

public Do ( ) : void
return void

DoImpl() protected method

protected DoImpl ( ) : void
return void

SendColorResult() protected method

protected SendColorResult ( string colorHex ) : void
colorHex string
return void

SendDictionaryResult() protected method

protected SendDictionaryResult ( string>.Dictionary dict ) : void
dict string>.Dictionary
return void

SendExceptionFailedResult() protected method

protected SendExceptionFailedResult ( Exception exception ) : void
exception System.Exception
return void

SendNotFoundResult() protected method

protected SendNotFoundResult ( string failureText = null ) : void
failureText string
return void

SendPictureResult() protected method

protected SendPictureResult ( byte bytes ) : void
bytes byte
return void

SendPositionResult() protected method

protected SendPositionResult ( double left, double top, double width, double height ) : void
left double
top double
width double
height double
return void

SendProgressResult() protected method

protected SendProgressResult ( double min, double max, double current ) : void
min double
max double
current double
return void

SendSuccessResult() protected method

protected SendSuccessResult ( ) : void
return void

SendTextResult() protected method

protected SendTextResult ( string text ) : void
text string
return void

SkipResult() protected method

protected SkipResult ( ) : void
return void