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

Afficher le fichier Open project: Expensify/WindowsPhoneTestFramework

Méthodes publiques

Méthode Description
Do ( ) : void

Méthodes protégées

Méthode 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

Méthode Description
BuildExceptionMessage ( Exception exception ) : string
EnsureAtMostOneResultSent ( ) : void
Send ( ResultBase result ) : void
SendErrorResultIfNoOtherResultSent ( ) : void

Method Details

Do() public méthode

public Do ( ) : void
Résultat void

DoImpl() protected méthode

protected DoImpl ( ) : void
Résultat void

SendColorResult() protected méthode

protected SendColorResult ( string colorHex ) : void
colorHex string
Résultat void

SendDictionaryResult() protected méthode

protected SendDictionaryResult ( string>.Dictionary dict ) : void
dict string>.Dictionary
Résultat void

SendExceptionFailedResult() protected méthode

protected SendExceptionFailedResult ( Exception exception ) : void
exception System.Exception
Résultat void

SendNotFoundResult() protected méthode

protected SendNotFoundResult ( string failureText = null ) : void
failureText string
Résultat void

SendPictureResult() protected méthode

protected SendPictureResult ( byte bytes ) : void
bytes byte
Résultat void

SendPositionResult() protected méthode

protected SendPositionResult ( double left, double top, double width, double height ) : void
left double
top double
width double
height double
Résultat void

SendProgressResult() protected méthode

protected SendProgressResult ( double min, double max, double current ) : void
min double
max double
current double
Résultat void

SendSuccessResult() protected méthode

protected SendSuccessResult ( ) : void
Résultat void

SendTextResult() protected méthode

protected SendTextResult ( string text ) : void
text string
Résultat void

SkipResult() protected méthode

protected SkipResult ( ) : void
Résultat void