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

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method 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

Method Description
GetOutputTree ( ) : WpfTree

Method Details

AssertDebugOutputContains() public method

public AssertDebugOutputContains ( UITestControl workflowStep, string outputs ) : bool
workflowStep UITestControl
outputs string
return bool

ClearSearch() public method

public ClearSearch ( ) : void
return void

ClickClose() public method

public ClickClose ( ) : void
return void

ClickSearch() public method

public ClickSearch ( ) : void
return void

GetInputDetailsDetails() public static method

public static GetInputDetailsDetails ( UITestControl outputWindow ) : UITestControlCollection
outputWindow UITestControl
return UITestControlCollection

GetLastStep() public method

public GetLastStep ( ) : UITestControl
return UITestControl

GetOutputWindow() public method

public GetOutputWindow ( ) : UITestControlCollection
return UITestControlCollection

GetStatusBarStatus() public method

Gets the status bar status.
public GetStatusBarStatus ( ) : string
return string

GetStep() public method

public GetStep ( int stepIndex ) : UITestControl
stepIndex int
return UITestControl

GetStepDetails() public method

public GetStepDetails ( UITestControl outputWindow, string stepInformationToFind ) : UITestControl
outputWindow UITestControl
stepInformationToFind string
return UITestControl

GetStepInOutputWindow() public method

public GetStepInOutputWindow ( UITestControl outputWindow, string stepToFind ) : UITestControlCollection
outputWindow UITestControl
stepToFind string
return UITestControlCollection

GetStepName() public method

public GetStepName ( UITestControl workflowStep ) : string
workflowStep UITestControl
return string

GetStepType() public method

public GetStepType ( int stepIndex ) : UITestControl
stepIndex int
return UITestControl

GetStepsByFriendly() public method

public GetStepsByFriendly ( UITestControl outputWindow, string friendlyName ) : UITestControlCollection
outputWindow UITestControl
friendlyName string
return UITestControlCollection

GetWorkflowSteps() public method

public GetWorkflowSteps ( UITestControl theWorkflow, string controlId ) : UITestControlCollection
theWorkflow UITestControl
controlId string
return UITestControlCollection

IsAnyStepsInError() public method

public IsAnyStepsInError ( ) : bool
return bool

IsExecutionRemote() public method

Determines whether [is execution remote].
public IsExecutionRemote ( ) : bool
return bool

IsRemoteExecute() public static method

public static IsRemoteExecute ( UITestControl theStep ) : bool
theStep UITestControl
return bool

IsSpinnerSpinning() public method

Determines whether [is spinner spinning].
public IsSpinnerSpinning ( ) : bool
return bool

IsStepInError() public static method

public static IsStepInError ( UITestControl theStep ) : bool
theStep UITestControl
return bool

OutputUIMap() public method

public OutputUIMap ( ) : System
return System

WaitForExecution() public method

public WaitForExecution ( int waitAmt = 200 ) : void
waitAmt int
return void

WaitForStepCount() public method

public WaitForStepCount ( int expectedStepCount, int timeOut ) : void
expectedStepCount int
timeOut int
return void