C# Class Dev2.Studio.UI.Tests.UIMaps.OutputUIMap

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
AssertDebugOutputContains ( UITestControl workflowStep, string outputs ) : bool
ClearSearch ( ) : void
ClickClose ( ) : void
ClickSearch ( ) : void
GetInputDetailsDetails ( UITestControl outputWindow ) : UITestControlCollection
GetLastStep ( ) : UITestControl
GetOutputWindow ( ) : UITestControlCollection
GetStatusBarStatus ( ) : string

Gets the status bar status.

GetStep ( int stepIndex ) : UITestControl
GetStepDetails ( UITestControl outputWindow, string stepInformationToFind ) : UITestControl
GetStepInOutputWindow ( UITestControl outputWindow, string stepToFind ) : UITestControlCollection
GetStepName ( UITestControl workflowStep ) : string
GetStepType ( int stepIndex ) : UITestControl
GetStepsByFriendly ( UITestControl outputWindow, string friendlyName ) : UITestControlCollection
GetWorkflowSteps ( UITestControl theWorkflow, string controlId ) : UITestControlCollection
IsAnyStepsInError ( ) : bool
IsExecutionRemote ( ) : bool

Determines whether [is execution remote].

IsRemoteExecute ( UITestControl theStep ) : bool
IsSpinnerSpinning ( ) : bool

Determines whether [is spinner spinning].

IsStepInError ( UITestControl theStep ) : bool
OutputUIMap ( ) : System
WaitForExecution ( int waitAmt = 200 ) : void
WaitForStepCount ( int expectedStepCount, int timeOut ) : void

Private Methods

Méthode Description
GetOutputTree ( ) : WpfTree

Method Details

AssertDebugOutputContains() public méthode

public AssertDebugOutputContains ( UITestControl workflowStep, string outputs ) : bool
workflowStep UITestControl
outputs string
Résultat bool

ClearSearch() public méthode

public ClearSearch ( ) : void
Résultat void

ClickClose() public méthode

public ClickClose ( ) : void
Résultat void

ClickSearch() public méthode

public ClickSearch ( ) : void
Résultat void

GetInputDetailsDetails() public static méthode

public static GetInputDetailsDetails ( UITestControl outputWindow ) : UITestControlCollection
outputWindow UITestControl
Résultat UITestControlCollection

GetLastStep() public méthode

public GetLastStep ( ) : UITestControl
Résultat UITestControl

GetOutputWindow() public méthode

public GetOutputWindow ( ) : UITestControlCollection
Résultat UITestControlCollection

GetStatusBarStatus() public méthode

Gets the status bar status.
public GetStatusBarStatus ( ) : string
Résultat string

GetStep() public méthode

public GetStep ( int stepIndex ) : UITestControl
stepIndex int
Résultat UITestControl

GetStepDetails() public méthode

public GetStepDetails ( UITestControl outputWindow, string stepInformationToFind ) : UITestControl
outputWindow UITestControl
stepInformationToFind string
Résultat UITestControl

GetStepInOutputWindow() public méthode

public GetStepInOutputWindow ( UITestControl outputWindow, string stepToFind ) : UITestControlCollection
outputWindow UITestControl
stepToFind string
Résultat UITestControlCollection

GetStepName() public méthode

public GetStepName ( UITestControl workflowStep ) : string
workflowStep UITestControl
Résultat string

GetStepType() public méthode

public GetStepType ( int stepIndex ) : UITestControl
stepIndex int
Résultat UITestControl

GetStepsByFriendly() public méthode

public GetStepsByFriendly ( UITestControl outputWindow, string friendlyName ) : UITestControlCollection
outputWindow UITestControl
friendlyName string
Résultat UITestControlCollection

GetWorkflowSteps() public méthode

public GetWorkflowSteps ( UITestControl theWorkflow, string controlId ) : UITestControlCollection
theWorkflow UITestControl
controlId string
Résultat UITestControlCollection

IsAnyStepsInError() public méthode

public IsAnyStepsInError ( ) : bool
Résultat bool

IsExecutionRemote() public méthode

Determines whether [is execution remote].
public IsExecutionRemote ( ) : bool
Résultat bool

IsRemoteExecute() public static méthode

public static IsRemoteExecute ( UITestControl theStep ) : bool
theStep UITestControl
Résultat bool

IsSpinnerSpinning() public méthode

Determines whether [is spinner spinning].
public IsSpinnerSpinning ( ) : bool
Résultat bool

IsStepInError() public static méthode

public static IsStepInError ( UITestControl theStep ) : bool
theStep UITestControl
Résultat bool

OutputUIMap() public méthode

public OutputUIMap ( ) : System
Résultat System

WaitForExecution() public méthode

public WaitForExecution ( int waitAmt = 200 ) : void
waitAmt int
Résultat void

WaitForStepCount() public méthode

public WaitForStepCount ( int expectedStepCount, int timeOut ) : void
expectedStepCount int
timeOut int
Résultat void