C# Класс Dev2.Studio.UI.Tests.UIMaps.OutputUIMap

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetOutputTree ( ) : WpfTree

Описание методов

AssertDebugOutputContains() публичный Метод

public AssertDebugOutputContains ( UITestControl workflowStep, string outputs ) : bool
workflowStep UITestControl
outputs string
Результат bool

ClearSearch() публичный Метод

public ClearSearch ( ) : void
Результат void

ClickClose() публичный Метод

public ClickClose ( ) : void
Результат void

ClickSearch() публичный Метод

public ClickSearch ( ) : void
Результат void

GetInputDetailsDetails() публичный статический Метод

public static GetInputDetailsDetails ( UITestControl outputWindow ) : UITestControlCollection
outputWindow UITestControl
Результат UITestControlCollection

GetLastStep() публичный Метод

public GetLastStep ( ) : UITestControl
Результат UITestControl

GetOutputWindow() публичный Метод

public GetOutputWindow ( ) : UITestControlCollection
Результат UITestControlCollection

GetStatusBarStatus() публичный Метод

Gets the status bar status.
public GetStatusBarStatus ( ) : string
Результат string

GetStep() публичный Метод

public GetStep ( int stepIndex ) : UITestControl
stepIndex int
Результат UITestControl

GetStepDetails() публичный Метод

public GetStepDetails ( UITestControl outputWindow, string stepInformationToFind ) : UITestControl
outputWindow UITestControl
stepInformationToFind string
Результат UITestControl

GetStepInOutputWindow() публичный Метод

public GetStepInOutputWindow ( UITestControl outputWindow, string stepToFind ) : UITestControlCollection
outputWindow UITestControl
stepToFind string
Результат UITestControlCollection

GetStepName() публичный Метод

public GetStepName ( UITestControl workflowStep ) : string
workflowStep UITestControl
Результат string

GetStepType() публичный Метод

public GetStepType ( int stepIndex ) : UITestControl
stepIndex int
Результат UITestControl

GetStepsByFriendly() публичный Метод

public GetStepsByFriendly ( UITestControl outputWindow, string friendlyName ) : UITestControlCollection
outputWindow UITestControl
friendlyName string
Результат UITestControlCollection

GetWorkflowSteps() публичный Метод

public GetWorkflowSteps ( UITestControl theWorkflow, string controlId ) : UITestControlCollection
theWorkflow UITestControl
controlId string
Результат UITestControlCollection

IsAnyStepsInError() публичный Метод

public IsAnyStepsInError ( ) : bool
Результат bool

IsExecutionRemote() публичный Метод

Determines whether [is execution remote].
public IsExecutionRemote ( ) : bool
Результат bool

IsRemoteExecute() публичный статический Метод

public static IsRemoteExecute ( UITestControl theStep ) : bool
theStep UITestControl
Результат bool

IsSpinnerSpinning() публичный Метод

Determines whether [is spinner spinning].
public IsSpinnerSpinning ( ) : bool
Результат bool

IsStepInError() публичный статический Метод

public static IsStepInError ( UITestControl theStep ) : bool
theStep UITestControl
Результат bool

OutputUIMap() публичный Метод

public OutputUIMap ( ) : System
Результат System

WaitForExecution() публичный Метод

public WaitForExecution ( int waitAmt = 200 ) : void
waitAmt int
Результат void

WaitForStepCount() публичный Метод

public WaitForStepCount ( int expectedStepCount, int timeOut ) : void
expectedStepCount int
timeOut int
Результат void